From 529160a1510291e292cc36c7c31065ebf2c7a17f Mon Sep 17 00:00:00 2001 From: SiboVG Date: Sat, 27 Aug 2022 20:43:06 +0200 Subject: [PATCH] Update beta version to beta.05 --- core/resources/build.properties | 2 +- install4j/22.xx/macOS_resources/DS_Store | Bin 10244 -> 10244 bytes install4j/22.xx/openrocket-22.xx.install4j | 4 ++-- install4j/README.md | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/resources/build.properties b/core/resources/build.properties index d4ba26e90..7a49d2a88 100644 --- a/core/resources/build.properties +++ b/core/resources/build.properties @@ -1,6 +1,6 @@ # The OpenRocket build version -build.version=22.02.beta.04 +build.version=22.02.beta.05 # The copyright year for the build. Displayed in the about dialog. # Will show as Copyright 2013-${build.copyright} diff --git a/install4j/22.xx/macOS_resources/DS_Store b/install4j/22.xx/macOS_resources/DS_Store index f7e8dd9c6cbe7e835ccf880d8e6c23220b4fee3d..e02d00e0018817ea12e5385caed0edd6171a879c 100755 GIT binary patch delta 842 zcmb`FO-LJ25XWbCUyM@F-F4lF65Wa*1lcTWz3ibx5G_b+XsI`q1mkyoULFL5 zGClOrQ|Up(Lohvf^iYZj1;O501TR)R)PfO2#5gZmL-p*y?EAfW^Pidb*lau-&mE~U z`9$yXy8w2kB6QYJdY`Ea)fI(zFmr(|A`oz!%bdCEp?cE#XE} zB*xc7F%WMCOaZ7n?V>NhtwfapEOLiDMlSMz0rY$ue$oDU?-0K?Z!cX?Jz)V-#VJXc zO8l>k5F?)S9%F)IkM#M{Z%kEhU;RnC>};-cx`&MpC~L$Oi)m;FOn1u^lUn{8Q?k9M)U2^tyP4Qb zygm$w^0PuIFfI6tfJ-XUOTn|!-nBWJ3|{5ed~o2@-p~+kHbO1HH?(Ov_@h>gvH~$m z51XROndwy{Gh?Qf4O>g=Dbv#8=O>)iH=n-qmc+#<-vXrXWHeG=;h~NP`Y3Fu?*1;`q}b#{ZLGfQ@_1 zAE2L`)!ZYFu2!I{4myviF1qTWt1i0gp{qyeDo0m2dPPwMdL=m>4kdl^1-YL-4|R$% zDeQzM1^?HiX)gQxw4tR(tgoS@r6l#N)P}XNbos6YXE1;_grSzcX{ia zeGePpgcCdBM_+bgypswadm3gVhlrElJ(It*#|Hxtqy247=Zc7ZfKsr!j8~rs(29zp zMo?2CooMUHb&WA@U~ee+B!F8FtNmX!jM>|Nak1Kebwu-PNTcMd+%RvJa!vn<6w)8 zP{O>Qcxo-sw{7```*=&XB`N@SSqUy#0Vq200NN$TZbZAo$qAxO zKZTT@7#acI7`E{aV8=~Hd)tWz(f%OO_S1yeSkGRze?PDArsJs~4AQC2j|IQ-+jsK+ P{zB{O@tt4~Tax|&rvN`~ diff --git a/install4j/22.xx/openrocket-22.xx.install4j b/install4j/22.xx/openrocket-22.xx.install4j index ece257e4c..457cad828 100644 --- a/install4j/22.xx/openrocket-22.xx.install4j +++ b/install4j/22.xx/openrocket-22.xx.install4j @@ -1,7 +1,7 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/install4j/README.md b/install4j/README.md index 45f4ef249..29633da7c 100644 --- a/install4j/README.md +++ b/install4j/README.md @@ -17,12 +17,12 @@ to publish installers for the following platforms. # Instructions on updating the macOS drag-and-drop installer This is an example of updating the installer from 22.02.beta.01 to 22.02.beta.02: -1. Download the 22.02.beta.01.dmg file -2. Make a read/write .dmg file using the terminal command `hdiutil convert OpenRocket_macos_22_02_beta_01.dmg -format UDRW -o 22.02.beta.01_rw.dmg` -3. Enlarge the writable DMG, by first checking the current size: `hdiutil resize OpenRocket_macos_22_02_beta_01_rw.dmg`, e.g. you get 370000 in the 'cur' column, then just resize it to e.g. 400000: `hdiutil resize -sectors 400000 OpenRocket_macos_22_02_beta_01_rw.dmg` -4. Mount the DMG: `hdiutil attach OpenRocket_macos_22_02_beta_01_rw.dmg` +1. Download the OpenRocket-22.02.beta.01-macOS.dmg file +2. Make a read/write .dmg file using the terminal command `hdiutil convert OpenRocket-22.02.beta.01-macOS.dmg -format UDRW -o 22.02.beta.01_rw.dmg` +3. Enlarge the writable DMG, by first checking the current size: `hdiutil resize 22.02.beta.01_rw.dmg`, e.g. you get 370000 in the 'cur' column, then just resize it to e.g. 400000: `hdiutil resize -sectors 400000 22.02.beta.01_rw.dmg` +4. Mount the DMG: `hdiutil attach 22.02.beta.01_rw.dmg` 5. Open the OpenRocket-disk from your desktop and change the app name from 22.02.beta.01 to 22.02.beta.02 6. Copy the .DS_Store to `openrocket/install4j/22.xx/macOS_resources` by running the command `cp /Volumes/OpenRocket/.DS_Store openrocket/install4j/22.xx/macOS_resources/DS_Store` 7. Eject the OpenRocket DMG disk from your desktop (important step) -8. Delete `OpenRocket_macos_22_02_beta_01_rw.dmg` +8. Delete `22.02.beta.01_rw.dmg` 9. You're all done!