Skip to content

Commit

Permalink
updated macos build script, added warnings about testrun on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed Oct 1, 2020
1 parent 1825a7a commit 051547b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ Finally, the rightmost column is for *scripts*:

* Test-run starts after a 2-second delay.

* Test-run duckyScript can't get past [Windows User Account Control](resources/pics/app/uac.png) screens. You'll have to run it on real thing.
* Test-run can't get past [Windows User Account Control](resources/pics/app/uac.png) screens. You'll have to run it on real thing.

* On macOS, if test-run doesn't work, [go to Settings -> Security & Privacy -> Accessibility](resources/pics/app/macos.png), unlock and allow the app. Even then, some key combos might not work. Better test it on the real thing.

-----

Expand Down
2 changes: 2 additions & 0 deletions pc_software/build_mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
print(THIS_VERSION)
os.system("python3 setup.py py2app --packages=PIL")

input("PRESS ANY KEY TO CONTINUE...")

output_folder_path = os.path.join('.', "dist")
original_name = os.path.join(output_folder_path, "duckypad_config.app")
new_name = os.path.join(output_folder_path, "duckypad_config_" + THIS_VERSION + "_macOS.app")
Expand Down
Binary file added resources/pics/app/macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sample_profiles.zip
Binary file not shown.

0 comments on commit 051547b

Please sign in to comment.