Update v5.0

This commit is contained in:
Iván Eduardo Chavez Ayub
2025-11-22 15:38:00 -06:00
parent 5ade26ca98
commit 9eb66b0cac
23 changed files with 3054 additions and 1312 deletions
+4 -9
View File
@@ -1,10 +1,6 @@
; ===================================================================
; Warlock-Studio 4.3 - Inno Setup Script (Full Offline Installer)
; ===================================================================
#define AppName "Warlock-Studio"
#define AppVersion "4.3"
#define AppPublisher "Iván Eduardo Chavez Ayub"
#define AppVersion "5.0"
#define AppPublisher "Ivan-Ayub97|Ivanayub1997"
#define AppURL "https://github.com/Ivan-Ayub97/Warlock-Studio"
#define AppExeName "Warlock-Studio.exe"
@@ -15,11 +11,10 @@ AppVersion={#AppVersion}
AppPublisher={#AppPublisher}
AppSupportURL={#AppURL}
AppUpdatesURL={#AppURL}
DefaultDirName={autopf}\{#AppName}
DefaultDirName={userdocs}\{#AppName}
DefaultGroupName={#AppName}
AllowNoIcons=yes
PrivilegesRequired=admin
ArchitecturesInstallIn64BitMode=x64
PrivilegesRequired=none
; --- Configuración del Instalador ---
OutputDir=Output