Skip to content

Commit

Permalink
inno
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterkodi committed Jul 8, 2018
1 parent 0e4aab6 commit fec4be4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions bin/inno.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "kaligraf"
#define MyAppVersion "0.20.0"
#define MyAppVersion "0.44.0"
#define MyAppPublisher "monsterkodi"
#define MyAppURL "https://github.com/monsterkodi/kaligraf"
#define MyAppExeName "kaligraf.exe"
Expand All @@ -15,13 +15,13 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputDir=C:\Users\kodi\s\{#MyAppName}\inno
OutputDir=..\inno
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-setup
SetupIconFile=C:\Users\kodi\s\{#MyAppName}\img\{#MyAppName}.ico
SetupIconFile=..\img\app.ico
Compression=lzma
SolidCompression=yes
WizardImageFile=C:\Users\kodi\s\{#MyAppName}\img\innolarge.bmp
WizardSmallImageFile=C:\Users\kodi\s\{#MyAppName}\img\innosmall.bmp
WizardImageFile=..\img\innolarge.bmp
WizardSmallImageFile=..\img\innosmall.bmp

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand All @@ -30,8 +30,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\Users\kodi\s\{#MyAppName}\{#MyAppName}-win32-x64\{#MyAppName}.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\kodi\s\{#MyAppName}\{#MyAppName}-win32-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\{#MyAppName}-win32-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Expand Down
2 changes: 1 addition & 1 deletion package.noon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name kaligraf
productName kaligraf
version 0.43.0
version 0.44.0
description svg editor
main js/app.js
author monsterkodi
Expand Down

0 comments on commit fec4be4

Please sign in to comment.