Skip to content

Commit

Permalink
Windows Build 4.1.2 +1145
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima committed Dec 19, 2024
1 parent 5ec8d99 commit 5999a6c
Show file tree
Hide file tree
Showing 25 changed files with 8 additions and 8 deletions.
Binary file modified windows/rechainonline.exe
Binary file not shown.
16 changes: 8 additions & 8 deletions windows/rechainonline.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "REChain ®️ 🪐 ✨"
#define MyAppVersion "## @v4.1.1 (1143)"
#define MyAppVersion "## @v4.1.2 (1145)"
#define MyAppPublisher "REChain, Inc."
#define MyAppURL "https://www.rechain.online/"
#define MyAppExeName "REChain.exe"
Expand All @@ -24,15 +24,15 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
ChangesAssociations=yes
DisableProgramGroupPage=yes
LicenseFile=C:\Users\MSI\Documents\GitHub\REChain-\REChain_EULA.txt
InfoBeforeFile=C:\Users\MSI\Documents\GitHub\REChain-\CHANGELOG.txt
InfoAfterFile=C:\Users\MSI\Documents\GitHub\REChain-\CHANGELOG.txt
LicenseFile=C:\Users\sorydev\Documents\GitHub\REChain-\REChain_EULA.txt
InfoBeforeFile=C:\Users\sorydev\Documents\GitHub\REChain-\CHANGELOG.txt
InfoAfterFile=C:\Users\sorydev\Documents\GitHub\REChain-\CHANGELOG.txt
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=C:\Users\MSI\Documents\GitHub\REChain-\windows
OutputDir=C:\Users\sorydev\Documents\GitHub\REChain-\windows
OutputBaseFilename=rechainonline
SetupIconFile=C:\Users\MSI\Documents\GitHub\REChain-\windows\runner\resources\app_icon.ico
SetupIconFile=C:\Users\sorydev\Documents\GitHub\REChain-\windows\runner\resources\app_icon.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand Down Expand Up @@ -69,8 +69,8 @@ Name: "ukrainian"; MessagesFile: "compiler:Languages\Ukrainian.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\Users\MSI\Documents\GitHub\REChain-\windows\release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\MSI\Documents\GitHub\REChain-\windows\release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\sorydev\Documents\GitHub\REChain-\windows\release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\sorydev\Documents\GitHub\REChain-\windows\release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Registry]
Expand Down
Binary file added windows/rechainonline.tmp
Binary file not shown.
Binary file modified windows/release/REChain.exe
Binary file not shown.
Binary file modified windows/release/data/app.so
Binary file not shown.
Binary file modified windows/release/data/flutter_assets/NOTICES.Z
Binary file not shown.
Binary file modified windows/release/data/flutter_assets/assets/Desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified windows/release/data/flutter_assets/assets/login_wallpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified windows/release/data/flutter_assets/assets/login_wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified windows/release/desktop_drop_plugin.dll
Binary file not shown.
Binary file modified windows/release/dynamic_color_plugin.dll
Binary file not shown.
Binary file modified windows/release/emoji_picker_flutter_plugin.dll
Binary file not shown.
Binary file modified windows/release/file_selector_windows_plugin.dll
Binary file not shown.
Binary file modified windows/release/flutter_secure_storage_windows_plugin.dll
Binary file not shown.
Binary file modified windows/release/flutter_webrtc_plugin.dll
Binary file not shown.
Binary file modified windows/release/flutter_windows.dll
Binary file not shown.
Binary file added windows/release/geolocator_windows_plugin.dll
Binary file not shown.
Binary file modified windows/release/pasteboard_plugin.dll
Binary file not shown.
Binary file modified windows/release/permission_handler_windows_plugin.dll
Binary file not shown.
Binary file modified windows/release/record_windows_plugin.dll
Binary file not shown.
Binary file modified windows/release/share_plus_plugin.dll
Binary file not shown.
Binary file modified windows/release/sqlcipher_flutter_libs_plugin.dll
Binary file not shown.
Binary file modified windows/release/sqlite3.dll
Binary file not shown.
Binary file modified windows/release/url_launcher_windows_plugin.dll
Binary file not shown.
Binary file modified windows/release/window_to_front_plugin.dll
Binary file not shown.

0 comments on commit 5999a6c

Please sign in to comment.