Skip to content

Commit

Permalink
Updated to Alpha 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
susstevedev authored Oct 14, 2024
1 parent b0c8815 commit a9c8534
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 4 deletions.
Binary file added ChromiumPortable.exe
Binary file not shown.
3 changes: 1 addition & 2 deletions launch.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
start /d C:\gr8brik\ /b ChromiumPortable.exe --app=C:\gr8brik\index.html?app=desktop --ignore-gpu-blacklist --ignore-gpu-blocklist %1
ping gr8brik.rf.gd -t -l 1 $1
start /d C:\gr8brik\ /b ChromiumPortable.exe --app=C:\gr8brik\index.html --ignore-gpu-blacklist --ignore-gpu-blocklist --start-maximized %1
Binary file added opengl32.dll
Binary file not shown.
74 changes: 74 additions & 0 deletions setup.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Gr8brik"
#define MyAppVersion "Alpha 1.2.2"
#define MyAppPublisher "Evan Rutledge"
#define MyAppURL "http://www.gr8brik.rf.gd"
#define MyAppExeName "launch.bat"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{CF230A79-B857-4839-8A0D-1661776BB955}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName=C:\gr8brik
DisableProgramGroupPage=yes
LicenseFile=C:\gr8brik\terms.TXT
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
MinVersion=6.1.7600

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
Name: "catalan"; MessagesFile: "compiler:Languages\Catalan.isl"
Name: "corsican"; MessagesFile: "compiler:Languages\Corsican.isl"
Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "finnish"; MessagesFile: "compiler:Languages\Finnish.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "greek"; MessagesFile: "compiler:Languages\Greek.isl"
Name: "hebrew"; MessagesFile: "compiler:Languages\Hebrew.isl"
Name: "hungarian"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "norwegian"; MessagesFile: "compiler:Languages\Norwegian.isl"
Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"
Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl"
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
Name: "scottishgaelic"; MessagesFile: "compiler:Languages\ScottishGaelic.isl"
Name: "serbiancyrillic"; MessagesFile: "compiler:Languages\SerbianCyrillic.isl"
Name: "serbianlatin"; MessagesFile: "compiler:Languages\SerbianLatin.isl"
Name: "slovenian"; MessagesFile: "compiler:Languages\Slovenian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl"
Name: "ukrainian"; MessagesFile: "compiler:Languages\Ukrainian.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1

[Files]
Source: "C:\gr8brik\ChromiumPortable.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\gr8brik\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

Binary file added unins000.dat
Binary file not shown.
Binary file added unins000.exe
Binary file not shown.
3 changes: 1 addition & 2 deletions version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<version>
<newest>Tus-8-23-2024-9:15AM</newest>
<server>https://www.gr8brik.rf.gd/api/</server>
<newest>Tus-3-7-2024-12:06PM</newest>
</version>

0 comments on commit a9c8534

Please sign in to comment.