-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nothing
committed
Jan 21, 2024
1 parent
447d276
commit 7ae3f37
Showing
5 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
build/ | ||
dist/ | ||
app.log | ||
Keychron_updater.spec | ||
innosetup/Keychron_updater_setup.exe | ||
Keychron_mice_updater.spec | ||
innosetup/Keychron_mice_updater_setup.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pyinstaller --onefile --noconsole Keychron_updater.py | ||
pyinstaller --onefile --noconsole Keychron_mice_updater.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
[Setup] | ||
AppName=Keychron Software Update | ||
AppName=Keychron Mice Software Updater | ||
AppVersion=1.0 | ||
DefaultDirName={commonpf}\Keychron Software Update | ||
DefaultGroupName=Keychron Software Update | ||
DefaultDirName={commonpf}\Keychron Mice Software Updater | ||
DefaultGroupName=Keychron Mice Software Updater | ||
UninstallDisplayIcon={app}\keychron.exe | ||
OutputDir=. | ||
OutputBaseFilename=Keychron_updater_setup | ||
OutputBaseFilename=Keychron_mice_updater_setup | ||
Compression=lzma | ||
SolidCompression=yes | ||
|
||
[Files] | ||
Source: "..\dist\Keychron_updater.exe"; DestDir: "{app}"; Flags: ignoreversion | ||
Source: "..\dist\Keychron_mice_updater.exe"; DestDir: "{app}"; Flags: ignoreversion | ||
|
||
[Icons] | ||
Name: "{group}\Keychron Software Updater"; Filename: "{app}\Keychron_updater.exe" | ||
Name: "{group}\Uninstall Keychron Software Updater"; Filename: "{uninstallexe}" | ||
Name: "{commonstartup}\Keychron Software Updater"; Filename: "{app}\Keychron_updater.exe"; Tasks: autostart | ||
Name: "{group}\Keychron Mice Software Updater"; Filename: "{app}\Keychron_mice_updater.exe" | ||
Name: "{group}\Uninstall Keychron Mice Software Updater"; Filename: "{uninstallexe}" | ||
Name: "{commonstartup}\Keychron Mice Software Updater"; Filename: "{app}\Keychron_mice_updater.exe"; Tasks: autostart | ||
|
||
[Run] | ||
Filename: "{app}\Keychron_updater.exe"; Description: "Launch the application"; Flags: nowait postinstall skipifsilent | ||
Filename: "{app}\Keychron_mice_updater.exe"; Description: "Launch the application"; Flags: nowait postinstall skipifsilent | ||
|
||
[Tasks] | ||
Name: "autostart"; Description: "Start the application when Windows starts"; GroupDescription: "Additional tasks"; Flags: checkedonce |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters