Move more files to resources

This commit is contained in:
deajan 2024-04-23 23:32:54 +02:00
parent 668b99e1eb
commit 949de026d8
3 changed files with 5 additions and 2 deletions

View file

@ -44,4 +44,7 @@ That would be my "dream" project in order to learn a new language in an existing
But this would need massive sponsoring as I couldn't get the non-paid time to do so. But this would need massive sponsoring as I couldn't get the non-paid time to do so.
### More backends support ### More backends support
Rustic is a current alternative backend candidate I tested. Might happen if enough traction. Rustic is a current alternative backend candidate I tested. Might happen if enough traction.
### Branding manager
We might want to put all files into `resources` directory and have `customization.py` files generated from there.

View file

@ -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, "npbackup_icon.ico") icon_file = os.path.join(PACKAGE_DIR, "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

View file

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB