diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2024-02-10 20:16:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 20:16:30 +0100 |
| commit | d929336f08f08e0b8c6a054df2367d24af92dd11 (patch) | |
| tree | 3fdfaba288e5abf9bbcab75c45a265d2ff1fcbe0 /installer_scripts/inkstitch.plist | |
| parent | 87d7fa387dfafabe77ffc5fd0fa6ca3494744d66 (diff) | |
Rejbasket/pyinstaller fix installer checks (#2718)
* netowrkx deps added in build
* check for user inkscape config before installing
* get os version in exception
* update electron app location according to pyinstaller redesign
* fixed broken libgeos syslinks
* contents-directory added pyinstaller args fix broken linux and win versions
* updated inkex
* fix print_pdf
---------
authored-by: rejbasket
Diffstat (limited to 'installer_scripts/inkstitch.plist')
| -rw-r--r-- | installer_scripts/inkstitch.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer_scripts/inkstitch.plist b/installer_scripts/inkstitch.plist index 8d102d1f..4d85c7a5 100644 --- a/installer_scripts/inkstitch.plist +++ b/installer_scripts/inkstitch.plist @@ -12,7 +12,7 @@ <key>BundleOverwriteAction</key> <string>install</string> <key>RootRelativeBundlePath</key> - <string>Contents/MacOS/electron/inkstitch-gui.app</string> + <string>Contents/Frameworks/electron/inkstitch-gui.app</string> </dict> </array> </plist> |
