From eef1af3ad15c1870ade933e5058c3caaca1d8494 Mon Sep 17 00:00:00 2001 From: wgh19 Date: Wed, 12 Jun 2024 22:09:29 +0800 Subject: [PATCH] update build script --- windows/build.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/build.iss b/windows/build.iss index 93eed99..b9ac6b0 100644 --- a/windows/build.iss +++ b/windows/build.iss @@ -2,11 +2,11 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "pixes" -#define MyAppVersion "1.0.5" +#define MyAppVersion "{{version}}" #define MyAppPublisher "Nyne" #define MyAppURL "https://github.com/wgh136/pixes" #define MyAppExeName "pixes.exe" -#define RootPath "C:\Users\wgh19\IdeaProjects\pixes" +#define RootPath "{{root_path}}" [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.