chore(CI): remove tox, switch to appveyor, add artifact paths
This commit is contained in:
parent
fa485be07e
commit
1c1e20816a
2 changed files with 22 additions and 4 deletions
|
@ -11,12 +11,15 @@ OutputBaseFilename="ED_LRR Setup"
|
|||
ChangesEnvironment = true
|
||||
|
||||
[Files]
|
||||
Source: "..\exe\dist\ED_LRR\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
||||
Source: "..\exe\__main__.dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\ED_LRR"; Filename: "{app}\ED_LRR.exe"; WorkingDir: "{app}"
|
||||
Name: "{group}\Uninstall ED_LRR"; Filename: "{uninstallexe}"
|
||||
|
||||
[Tasks]
|
||||
;Name: modifypath; Description: Add application directory to PATH; Flags: unchecked
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\ED_LRR.exe"; Description: "Launch ED_LRR"; Flags: postinstall nowait skipifsilent unchecked
|
||||
Filename: "{app}\ED_LRR.exe"; Parameters: "download"
|
||||
; Filename: "{app}\ED_LRR.exe"; Parameters: "download"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue