Mercurial Hosting > editor
comparison scripts/mac/build.sh @ 77:b4ed3c726b4c default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 19 Jun 2025 12:02:05 -0600 |
parents | a4a97e8c204f |
children |
comparison
equal
deleted
inserted
replaced
76:1beb4c57c269 | 77:b4ed3c726b4c |
---|---|
18 cp ../scripts/install.sh mac/Luan_Editor.app/Contents/Resources | 18 cp ../scripts/install.sh mac/Luan_Editor.app/Contents/Resources |
19 cp ../scripts/uninstall.sh mac/Luan_Editor.app/Contents/Resources | 19 cp ../scripts/uninstall.sh mac/Luan_Editor.app/Contents/Resources |
20 cp -r luan_editor/jars mac/Luan_Editor.app/Contents/Resources | 20 cp -r luan_editor/jars mac/Luan_Editor.app/Contents/Resources |
21 cp -r luan_editor/dictionaries mac/Luan_Editor.app/Contents/Resources | 21 cp -r luan_editor/dictionaries mac/Luan_Editor.app/Contents/Resources |
22 | 22 |
23 # brew install create-dmg | |
23 create-dmg \ | 24 create-dmg \ |
24 --volname "Luan Editor" \ | 25 --volname "Luan Editor" \ |
25 --window-pos 200 120 \ | 26 --window-pos 200 120 \ |
26 --window-size 500 300 \ | 27 --window-size 500 300 \ |
27 --icon-size 100 \ | 28 --icon-size 100 \ |