Skip to content

Commit

Permalink
fix: shortcut template was bundled to a wront path
Browse files Browse the repository at this point in the history
closes #440
  • Loading branch information
Guts committed Feb 28, 2024
1 parent c8cb926 commit d62ce3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/pyinstaller_build_ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
[
"--add-data=LICENSE:.",
"--add-data=README.md:.",
f"--add-data={package_folder.joinpath('shortcuts/shortcut_freedesktop.template').resolve()}:profiles/",
f"--add-data={package_folder.joinpath('shortcuts/shortcut_freedesktop.template').resolve()}:shortcuts/",
f"--log-level={getenv('PYINSTALLER_LOG_LEVEL', 'WARN')}",
f"--name={output_filename}",
"--noconfirm",
Expand Down

0 comments on commit d62ce3d

Please sign in to comment.