Skip to content

Installer#84

Merged
ashiven merged 8 commits into
mainfrom
installer
Aug 8, 2025
Merged

Installer#84
ashiven merged 8 commits into
mainfrom
installer

Conversation

@ashiven
Copy link
Copy Markdown
Owner

@ashiven ashiven commented Aug 8, 2025

  • Add an installer for windows to replace the slow onefile executable

@ashiven ashiven requested a review from Copilot August 8, 2025 20:39
@ashiven ashiven self-assigned this Aug 8, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a Windows installer using Inno Setup to replace the slow onefile PyInstaller executable, improving the user experience for Windows installations.

Key changes:

  • Switched PyInstaller from --onefile to --onedir mode for better performance
  • Added Inno Setup configuration file to create a proper Windows installer
  • Updated the GitHub Actions workflow to build the installer and deploy it instead of a zip file

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
setup.iss New Inno Setup configuration file defining installer properties, file sources, and installation behavior
.github/workflows/pyinstaller.yml Modified workflow to use onedir mode, build Windows installer, and upload installer instead of zip file

Comment thread setup.iss
Comment thread .github/workflows/pyinstaller.yml Outdated
ashiven and others added 2 commits August 8, 2025 22:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ashiven ashiven merged commit 6705bdf into main Aug 8, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants