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 f7e8dd9c6..e02d00e00 100755 Binary files a/install4j/22.xx/macOS_resources/DS_Store and b/install4j/22.xx/macOS_resources/DS_Store differ 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!