Skip to content

Commit 49648ee

Browse files
committed
🔧 Puts linux before windows in build order
1 parent 613bebc commit 49648ee

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

packages/reactotron-app/rebuild.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@ codesign -s "Developer ID Application: Steve Kellock (J9982RF89V)" -vvv --deep -
2121
# switch to the release temp dir
2222
cd release
2323

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-
3824
# 32 bit linux
3925
cd linux-ia32
4026
mv Reactotron-linux-ia32 Reactotron
@@ -49,6 +35,20 @@ zip -r Reactotron-linux-x64.zip Reactotron
4935
mv Reactotron-linux-x64.zip ../
5036
cd ..
5137

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+
5252
# macos
5353

5454
# -- still not working right. doesn't seem to compress properly.

0 commit comments

Comments
 (0)