jellespijker
0fe10b4ac2
Revert "MacOS App doesn't like dots"
...
This reverts commit d8b5b26a0a1825c014e05a1ea7eb35fd025f5364.
2023-09-22 00:43:14 +02:00
Jelle Spijker
d8b5b26a0a
MacOS App doesn't like dots
...
Contributes to CURA-11014
2023-09-21 16:17:58 +02:00
Jelle Spijker
f806a61819
Only filter files in directories starting with .
...
Mac builds were missing some definitions, which happened because there was
a . in the directory. The reason why we filtered these in the first place
was because Apple doesn't notarize/sign an App correctly if the directory
starts with a . e.q.: .dylibs in scipy and shapely.
Made the filtering less aggressive
Contributes to CURA-11014
2023-09-21 15:54:01 +02:00
Joey de l'Arago
e834cce32a
Pass the app name into the build_macos script so that it matches the app name used in UltiMaker-Cura.spec.jinja
2023-01-16 15:29:38 +01:00
Joey de l'Arago
7e88e3a019
Addd display name to bundle identifier as well so that enterprise can be installed alongside normal Cura.
...
CURA-6867
2023-01-13 17:31:23 +01:00
Joey de l'Arago
b72e29f33b
typo
...
CURA-6867
2023-01-13 16:11:45 +01:00
Joey de l'Arago
5b8ef526fb
Use bundle identifier including version. This stops the installer from overwriting previous installs. This is circumventing the intent of the pkg, it should always upgrade/update never double install. It will work though 🤷
...
CURA-6867
2023-01-13 15:45:27 +01:00
Joey de l'Arago
ca34fe2d2d
Change display now to include enterprise for MacOS
...
Add CFBundleVersionString, this might fix the app not showing up in search.
CURA-6867
2023-01-11 16:47:59 +01:00
Joey de l'Arago
db501f5eed
Merge branch 'main' into CURA-6867_pkg_for_macos
...
# Conflicts:
# .github/workflows/cura-installer.yml
2023-01-10 09:19:01 +01:00
Jelle Spijker
340e03327e
Use raw literal for paths
...
Fixes Windows backwards backslash issue
2022-12-16 13:04:14 +01:00
Joey de l'Arago
36abfbf8bf
Add missing bundle version metadata, this fixes the application not being searchable in launchpad.
...
CURA-6867
2022-12-13 17:17:00 +01:00
jspijker
ed6018d4ad
Update pyinstaller scripts using UltiMaker
...
Contributes to CURA-9808
2022-11-28 11:22:11 +01:00