Skip to content

Commit

Permalink
Rearranged components for the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Oct 22, 2023
1 parent 3b1221b commit 5aa8bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extra/inno/inno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ Filename: "{app}\{#basename}-install.bat"; Parameters: "> {#backup_dir}\log.txt

[Components]
Name: "core"; Description: "Core"; Types: "custom"; Flags: fixed;
Name: "qol"; Description: "Enable sfall QoL features"; Types: "custom";

#include "components_ammo.iss"

Name: "translation"; Description: "Language"; Types: "custom"; Flags: fixed;
#include "components_translations.iss"

Expand All @@ -70,6 +66,10 @@ Name: "goris"; Description: "Faster derobing for Goris"; Types: "custom";
Name: "goris\high_fps"; Description: "High FPS"; Flags: exclusive disablenouninstallwarning;
Name: "goris\low_fps"; Description: "Low FPS"; Flags: exclusive disablenouninstallwarning;

#include "components_ammo.iss"

Name: "qol"; Description: "Enable sfall QoL features"; Types: "custom";

Name: "worldmap"; Description: "Visually enhanced world map"; Types: "custom"; Flags: disablenouninstallwarning

Name: "wpn_anims"; Description: "Weapon animations"; Types: "custom"
Expand Down

0 comments on commit 5aa8bd9

Please sign in to comment.