mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Add installer plugins
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
;--------------------------------
|
||||
;General
|
||||
|
||||
!define VRCX_BASEDIR "..\bin\x64\Release"
|
||||
|
||||
Unicode True
|
||||
Name "VRCX"
|
||||
OutFile "VRCX_Setup.exe"
|
||||
@@ -140,7 +138,7 @@ Section "Install" SecInstall
|
||||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
File /r /x *.log /x *.pdb "..\bin\x64\Release\*.*"
|
||||
File /r /x *.log "..\bin\x64\Release\*.*"
|
||||
|
||||
WriteRegStr HKLM "Software\VRCX" "InstallDir" $INSTDIR
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
||||
Reference in New Issue
Block a user