mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced 2025-09-07 11:17:58 +00:00
16 lines
453 B
Bash
Executable File
16 lines
453 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
create-dmg \
|
|
--volname "Jumperless Installer" \
|
|
--volicon "icon.icns" \
|
|
--background "JumperlessWokwiDMGwindow4x.png" \
|
|
--window-pos 240 240 \
|
|
--window-size 580 590 \
|
|
--icon-size 100 \
|
|
--icon "Jumperless.app" 72 245 \
|
|
--app-drop-link 395 245 \
|
|
--hide-extension "Jumperless.app" \
|
|
--codesign "Kevin Cappuccio (LK2RWK9EUK)" \
|
|
--add-folder "Jumperless Python" "Jumperless Python" 69 460 \
|
|
"Jumperless_Installer.dmg" \
|
|
"JumperlessDMG/" |