mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
10 lines
283 B
Bash
10 lines
283 B
Bash
create-dmg \
|
|
--volname "Yubico Authenticator" \
|
|
--background "resources/icons/yubico-msi-background.png" \
|
|
--window-pos 200 120 \
|
|
--window-size 800 400 \
|
|
--icon-size 100 \
|
|
--icon "Yubico Authenticator.app" 200 190 \
|
|
--app-drop-link 600 185 \
|
|
"yubioath-desktop.dmg" \
|
|
"source_folder/" |