mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-29 06:46:26 +08:00
Fix icon path for nuitka compilation
This commit is contained in:
parent
292a40d3a7
commit
4070f09ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ def compile(arch: str, audience: str, build_type: str):
|
||||||
|
|
||||||
license_dest_file = os.path.join(PACKAGE_DIR, os.path.basename(LICENSE_FILE))
|
license_dest_file = os.path.join(PACKAGE_DIR, os.path.basename(LICENSE_FILE))
|
||||||
|
|
||||||
icon_file = os.path.join(PACKAGE_DIR, "resources", "npbackup_icon.ico")
|
icon_file = os.path.join(BASEDIR, os.pardir, "resources", "npbackup_icon.ico")
|
||||||
|
|
||||||
# Installer specific files, no need for a npbackup package directory here
|
# Installer specific files, no need for a npbackup package directory here
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue