meshtastic-matrix-relay/mmrelay.iss

22 wiersze
535 B
Plaintext
Czysty Zwykły widok Historia

2023-04-21 23:37:14 +00:00
[Setup]
2023-04-22 00:15:11 +00:00
// Add the custom wizard page to the installation
2023-04-22 00:41:58 +00:00
//WizardImageFile=wizard.bmp
//WizardSmallImageFile=smallwiz.bmp
2023-04-22 00:15:11 +00:00
2023-04-21 23:37:14 +00:00
AppName=MM Relay
AppVersion=1.0
DefaultDirName={pf}\MM Relay
DefaultGroupName=MM Relay
UninstallFilesDir={app}
OutputDir=.
2023-04-21 23:58:51 +00:00
OutputBaseFilename=MMRelay_setup
2023-04-21 23:37:14 +00:00
[Files]
Source: "dist\mmrelay.exe"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs
[Icons]
Name: "{group}\MM Relay"; Filename: "{app}\mmrelay.exe"
[Run]
Filename: "{app}\mmrelay.exe"; Description: "Launch MM Relay"; Flags: nowait postinstall