mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added workaround for old plugins using relative path to Rainmeter.exe
This commit is contained in:
@ -506,6 +506,11 @@ FunctionEnd
|
||||
File "..\..\TestBench\${DIR}\Release\Rainmeter.dll"
|
||||
File "..\..\TestBench\${DIR}\Release\SkinInstaller.exe"
|
||||
|
||||
${If} $InstallPortable != 1
|
||||
File "..\..\TestBench\${DIR}\Release\Launcher.exe"
|
||||
SetFileAttributes "$INSTDIR\Launcher.exe" HIDDEN
|
||||
${EndIf}
|
||||
|
||||
SetOutPath "$INSTDIR\Plugins"
|
||||
File /x *Example*.dll "..\..\TestBench\${DIR}\Release\Plugins\*.dll"
|
||||
!macroend
|
||||
|
Reference in New Issue
Block a user