mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
Fix copying file to not existent directory, force creation of directory
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user