Skip to content

Commit

Permalink
fix inno setup script for new windows PC
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed May 18, 2021
1 parent 6ee5bc4 commit 8a1cedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cherrytree.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define MyAppPublisher "Giuseppe Penone"
#define MyAppURL "https://www.giuspen.com/cherrytree/"
#define MyAppExeName "cherrytree.exe"
#define Username "Vanessa"
#define MyAppVersion GetFileVersion('C:\msys64\home\Vanessa\git\cherrytree\build\cherrytree.exe')
#define Username "giusp"
#define MyAppVersion GetFileVersion('C:\msys64\home\giusp\git\cherrytree\build\cherrytree.exe')

[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
Expand Down

0 comments on commit 8a1cedb

Please sign in to comment.