mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-22 13:35:43 +08:00
Move more files to resources
This commit is contained in:
parent
668b99e1eb
commit
949de026d8
3 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
### 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.
|
|
@ -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))
|
||||
|
||||
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
|
||||
|
||||
|
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Loading…
Reference in a new issue