Skip to content

Commit

Permalink
rollbash duplacte of installer.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Landeers committed Oct 2, 2023
1 parent 7e5e095 commit 980391d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 401 deletions.
2 changes: 1 addition & 1 deletion client/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packaging/windows/freeze_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ def main(program_source: Path, conformity: bool = False):
# Path must be provided relative, otherwise we cannot generate this on the CI and
# run the `make_installer.py` on dev machine (required to have the installer&binary signed)
(BUILD_DIR / "manifest.ini").write_text(
f'target = "{target_dir}"\n'
f'target = "{target_dir.relative_to(BUILD_DIR)}"\n'
f'program_version = "{program_version}"\n'
f'python_version = "{PYTHON_VERSION}"\n'
f'platform = "{get_archslug()}"\n'
f'winfsp_installer_name = "{winfsp_installer.name}"\n'
f'winfsp_installer_path = "{winfsp_installer}"\n'
f'winfsp_installer_path = "{winfsp_installer.relative_to(BUILD_DIR)}"\n'
)

# Create the install and uninstall file list for NSIS installer
Expand Down
File renamed without changes.
Loading

0 comments on commit 980391d

Please sign in to comment.