From 2fb4bf09eac7fab1f3d83cffa3ec8191189f65e1 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 11 Dec 2025 12:29:49 -0500 Subject: [PATCH] Update iss --- newt.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/newt.iss b/newt.iss index 6174cfb..8cf0ae7 100644 --- a/newt.iss +++ b/newt.iss @@ -10,7 +10,7 @@ [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{44A24E4C-B616-476F-ADE7-8D56B930959E} +AppId={{25A1E3C4-F273-4334-8DF3-47408E83012D} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} @@ -44,8 +44,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl" [Files] ; The 'DestName' flag ensures that 'newt_windows_amd64.exe' is installed as 'newt.exe' -Source: "C:\Users\Administrator\Downloads\newt_windows_amd64.exe"; DestDir: "{app}"; DestName: "{#MyAppExeName}"; Flags: ignoreversion -Source: "C:\Users\Administrator\Downloads\wintun.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "Z:\newt_windows_amd64.exe"; DestDir: "{app}"; DestName: "{#MyAppExeName}"; Flags: ignoreversion +Source: "Z:\wintun.dll"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons]