-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMkRelease,feb
More file actions
executable file
·46 lines (39 loc) · 863 Bytes
/
MkRelease,feb
File metadata and controls
executable file
·46 lines (39 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
| >MkRelease
Set APP !PhotoFilr
Set V 210
Set MkRelease$Dir <Obey$Dir>
Dir <MkRelease$Dir>
Set C <Obey$Dir>.photofiler<V>-release
CDir <C>
Copy Package.* <C>.* ~CFR~V
Set D <C>.Apps.Desktop.<APP>
CDir <D>
Copy <APP>.!Help <D>.* ~CFR~V
Copy <APP>.!Run <D>.* ~CFR~V
Copy <APP>.!RunImage <D>.* ~CFR~V
Copy <APP>.!Sprites <D>.* ~CFR~V
Copy <APP>.5Sprites <D>.* ~CFR~V
Copy <APP>.PhotoFiler <D>.* ~CFR~V
Copy <APP>.Sprites <D>.* ~CFR~V
Copy <APP>.Templates <D>.* ~CFR~V
|
CDir <D>.Library
Copy <APP>.Library.IfRunning <D>.Library.* ~CFR~V
Copy <APP>.Library.PhotoCheck <D>.Library.* ~CFR~V
|
CDir <D>.WimpSWIVe
Copy <APP>.WimpSWIVe.* <D>.WimpSWIVe.* ~CFR~V
|
| Add sources
|
Dir <APP>.Source
Alias x zip -9ru <D>.Source @ -x o
x
|
| Zip up
|
Dir <C>
Alias x zip -9ru -I ^.photofiler<V>/zip @
x
| this fails...
Dir <MkRelease$Dir>