File tree 1 file changed +14
-14
lines changed 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,6 @@ codesign -s "Developer ID Application: Steve Kellock (J9982RF89V)" -vvv --deep -
21
21
# switch to the release temp dir
22
22
cd release
23
23
24
- # 32 bit windows
25
- cd win32-ia32
26
- mv Reactotron-win32-ia32 Reactotron
27
- zip -r Reactotron-win32-ia32.zip Reactotron
28
- mv Reactotron-win32-ia32.zip ../
29
- cd ../
30
-
31
- # 64 bit windows
32
- cd win32-x64
33
- mv Reactotron-win32-x64 Reactotron
34
- zip -r Reactotron-win32-x64.zip Reactotron
35
- mv Reactotron-win32-x64.zip ../
36
- cd ..
37
-
38
24
# 32 bit linux
39
25
cd linux-ia32
40
26
mv Reactotron-linux-ia32 Reactotron
@@ -49,6 +35,20 @@ zip -r Reactotron-linux-x64.zip Reactotron
49
35
mv Reactotron-linux-x64.zip ../
50
36
cd ..
51
37
38
+ # 32 bit windows
39
+ cd win32-ia32
40
+ mv Reactotron-win32-ia32 Reactotron
41
+ zip -r Reactotron-win32-ia32.zip Reactotron
42
+ mv Reactotron-win32-ia32.zip ../
43
+ cd ../
44
+
45
+ # 64 bit windows
46
+ cd win32-x64
47
+ mv Reactotron-win32-x64 Reactotron
48
+ zip -r Reactotron-win32-x64.zip Reactotron
49
+ mv Reactotron-win32-x64.zip ../
50
+ cd ..
51
+
52
52
# macos
53
53
54
54
# -- still not working right. doesn't seem to compress properly.
You can’t perform that action at this time.
0 commit comments