summaryrefslogtreecommitdiff
path: root/branding
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-06 19:26:22 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-06 19:39:55 +0200
commitd64f45423e037b3506ce45fe94b2b29ce17cfa93 (patch)
tree7756536361a660716283a754122793774ffce9db /branding
parent04c7f9b44ddb3840ab3ca58b9bcb8fce39a2a285 (diff)
[pkg] do not copy binaries for osx on prepare step
Diffstat (limited to 'branding')
-rw-r--r--branding/templates/osx/generate.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/branding/templates/osx/generate.py b/branding/templates/osx/generate.py
index 440ee34..6ea15bd 100644
--- a/branding/templates/osx/generate.py
+++ b/branding/templates/osx/generate.py
@@ -98,9 +98,10 @@ with open(APP_PATH + "/Contents/PkgInfo", "w") as f:
# 3. Copy the binary payloads
# --------------------------------------------
-copy_payload(ENTRYPOINT)
-copy_payload(HELPER)
-copy_payload(OPENVPN, destfile='/Contents/Resources/openvpn.leap')
+# TODO ------------------------ move this to makefile
+# copy_payload(ENTRYPOINT)
+# copy_payload(HELPER)
+# copy_payload(OPENVPN, destfile='/Contents/Resources/openvpn.leap')
# 4. Copy the app icon from the assets folder
# -----------------------------------------------