From 292fd34624ba09d6c8ee5288e10047e890c94788 Mon Sep 17 00:00:00 2001 From: Peter Siering Date: Sun, 4 Dec 2022 15:43:27 +0100 Subject: [PATCH] Fix copying file to not existent directory, force creation of directory --- .../PhoenixPE/Applications/System Information/GPU-Z.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/PhoenixPE/Applications/System Information/GPU-Z.script b/Projects/PhoenixPE/Applications/System Information/GPU-Z.script index 2ba2b83..e9d7c7d 100644 --- a/Projects/PhoenixPE/Applications/System Information/GPU-Z.script +++ b/Projects/PhoenixPE/Applications/System Information/GPU-Z.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.3.0 -Date=2022-11-13 +Version=1.1.4.0 +Date=2022-12-04 [Variables] %ProgramFolder%="GPU-Z" @@ -53,7 +53,7 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam /////////////////////////////////////////////////////////////////////////////////// // Extract If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram -FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%" +FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" /////////////////////////////////////////////////////////////////////////////////// // Settings