diff options
author | Kali Kaneko <kali@leap.se> | 2017-06-19 17:01:58 -0700 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-20 02:06:19 +0200 |
commit | 51011053093c87ca7ff2e024734578a5dce0dbfa (patch) | |
tree | 41246b001d1f1ac8717829bdef5a4e2b74ce26bd /pkg/pyinst/build.mk | |
parent | 70d424b2a0f873afd17dc493f46818a5658de954 (diff) |
[pkg] add missing steps to produce a functional OSX bundle
Diffstat (limited to 'pkg/pyinst/build.mk')
-rw-r--r-- | pkg/pyinst/build.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk index 0c540d5..86f7c34 100644 --- a/pkg/pyinst/build.mk +++ b/pkg/pyinst/build.mk @@ -45,6 +45,12 @@ bundle_osx_helpers: bundle_linux: bundle bundle_linux_gpg bundle_linux_vpn bundle_linux_helpers bundle_osx: bundle bundle_osx_helpers + cp $(DIST_VERSION)/lib/_scrypt.so dist/Bitmask.app/Contents/MacOS/ + cp $(DIST_VERSION)/lib/bitmaskd.tac dist/Bitmask.app/Contents/MacOS/ + cp -r $(DIST_VERSION)/lib/leap dist/Bitmask.app/Contents/MacOS/ + cp -r $(DIST_VERSION)/lib/pixelated_www dist/Bitmask.app/Contents/MacOS/ + mv dist/Bitmask.app/Contents/MacOS/bitmask dist/Bitmask.app/Contents/MacOS/bitmask-app + cp pkg/osx/bitmask-wrapper dist/Bitmask.app/Contents/MacOS/bitmask bundle_win: pyinstaller -y pkg/pyinst/app.spec |