forked from Nexus/nexus
Rips out the old auth method, adds OAuth support. Fixes #51. Tested Platforms: - [x] Linux - [x] Flatpak - [x] Native (Nix) - [x] Android - [ ] Windows - [ ] MacOS Reviewed-on: Nexus/nexus#53
21 lines
No EOL
727 B
Text
21 lines
No EOL
727 B
Text
[Setup]
|
|
AppName=Nexus
|
|
AppVersion=1.0.0
|
|
DefaultDirName={pf}\Nexus
|
|
DefaultGroupName=Nexus
|
|
OutputDir=dist
|
|
OutputBaseFilename=Nexus-Setup
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
ArchitecturesInstallIn64BitMode=x64
|
|
|
|
[Files]
|
|
Source: "..\build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: recursesubdirs ignoreversion
|
|
|
|
[Icons]
|
|
Name: "{group}\Nexus"; Filename: "{app}\nexus.exe"
|
|
Name: "{commondesktop}\Nexus"; Filename: "{app}\nexus.exe"
|
|
|
|
[Registry]
|
|
Root: HKCU; Subkey: "Software\Classes\nexus.federated.nexus"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""
|
|
Root: HKCU; Subkey: "Software\Classes\nexus.federated.nexus\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\nexus.exe"" ""%1""" |