kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Create mmrelay.iss
rodzic
31672fed6f
commit
ae175a9c57
|
@ -0,0 +1,16 @@
|
||||||
|
[Setup]
|
||||||
|
AppName=MM Relay
|
||||||
|
AppVersion=1.0
|
||||||
|
DefaultDirName={pf}\MM Relay
|
||||||
|
DefaultGroupName=MM Relay
|
||||||
|
UninstallFilesDir={app}
|
||||||
|
OutputDir=.
|
||||||
|
|
||||||
|
[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
|
Ładowanie…
Reference in New Issue