From 6ee415182adf4a351fbd919a5da5ceb4b9561bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:20:11 +0800 Subject: [PATCH] =?UTF-8?q?chore(iss):=20=E4=BF=AE=E6=94=B9=20{pf}=20?= =?UTF-8?q?=E4=B8=BA=20{commonpf}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Warning: Constant "pf" has been renamed. Use "commonpf" instead or consider using its "auto" form. https://jrsoftware.org/files/is6.0-whatsnew.htm --- Installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.iss b/Installer.iss index 71cd48d..1c5384b 100644 --- a/Installer.iss +++ b/Installer.iss @@ -1,7 +1,7 @@ [Setup] AppName=PinAction AppVersion=1.0.1 -DefaultDirName={pf}\DuckStudio\PinAction +DefaultDirName={commonpf}\DuckStudio\PinAction VersionInfoCopyright=版权所有 (c) 2026 鸭鸭「カモ」 LicenseFile=LICENSE.txt AllowNoIcons=yes