From ea33c3332ef272233fc1a93f694eae22a4da7f30 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Sun, 2 Aug 2026 21:55:59 -0400 Subject: [PATCH] clobber file --- RecFlareSetup.iss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RecFlareSetup.iss b/RecFlareSetup.iss index 1c12504..3749a4e 100644 --- a/RecFlareSetup.iss +++ b/RecFlareSetup.iss @@ -28,9 +28,10 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ Source: "icon.ico"; DestDir: "{app}"; Flags: ignoreversion Source: "RecRoomScreen.bat"; DestDir: "{app}"; Flags: ignoreversion Source: "RecRoomVR.bat"; DestDir: "{app}"; Flags: ignoreversion -; Points the client at the RecFlare server. Never overwrite: users may have -; edited it to use their own instance (see README "Custom server"). -Source: "BepInEx\config\net.rec.plugin.cfg"; DestDir: "{app}\BepInEx\config"; Flags: onlyifdoesntexist +; Points the client at the RecFlare server. Always overwrite so reinstalls pick +; up server changes; to use your own instance, fork and edit this file, then +; rebuild the installer (see README "Custom server"). +Source: "BepInEx\config\net.rec.plugin.cfg"; DestDir: "{app}\BepInEx\config"; Flags: ignoreversion [Icons] Name: "{autoprograms}\RecFlare (Desktop mode)"; Filename: "{app}\recroom.exe"; Parameters: "+forcemode:screen"; WorkingDir: "{app}"; IconFilename: "{app}\icon.ico"