Skip to content

Commit

Permalink
Fix: icons + file names
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Mar 21, 2016
1 parent adae55e commit 1ef30d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ after_test:
- rd /s /q %cd%\ucoin_release\sources\ui\package\node_modules
- rd /s /q %cd%\ucoin_release\sources\ui\package\bower_components
- 7z a -tzip duniter-win-x64.zip %cd%\ucoin_release\* 1> null
- move duniter-win-x64.zip %cd%\ucoin\
- move duniter-win-x64.zip %cd%\ucoin\duniter-%APPVEYOR_REPO_TAG_NAME%-windows-x64.zip
- iscc %cd%\ucoin_release\sources\duniter.iss /DROOT_PATH=%cd%\ucoin_release
- move %cd%\ucoin_release\Duniter.exe %cd%\ucoin\
- move %cd%\ucoin_release\Duniter.exe %cd%\ucoin\duniter-%APPVEYOR_REPO_TAG_NAME%-windows-x64.exe

artifacts:
- path: Duniter.exe
- path: duniter*.exe
name: DuniterEXE
- path: duniter-win-x64.zip
- path: duniter*.zip
name: Duniter

deploy:
Expand Down
4 changes: 2 additions & 2 deletions duniter.iss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Source: "{#MyAppSrc}\nw\*"; DestDir: "{app}\nw\"; Flags: ignoreversion recursesu
Source: "{#MyAppSrc}\sources\*"; DestDir: "{app}\sources\"; Flags: ignoreversion recursesubdirs

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\nw\{#MyAppExeName}"
Name: "{group}\{#MyAppName}"; IconFilename: "{app}\nw\duniter.ico"; Filename: "{app}\nw\{#MyAppExeName}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\nw\{#MyAppExeName}"; Tasks: desktopicon
Name: "{commondesktop}\{#MyAppName}"; IconFilename: "{app}\nw\duniter.ico"; Filename: "{app}\nw\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\nw\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Expand Down
Binary file added gui/duniter.ico
Binary file not shown.
Binary file modified gui/duniter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ef30d7

Please sign in to comment.