Skip to content

Commit

Permalink
Fix config e instalador
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiBrandt committed Feb 18, 2019
1 parent 5dec2fa commit efadc9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
frequency: 30
psname: notepad.exe
threshold: 1
psname: veyon-server.exe
threshold: 22000
8 changes: 6 additions & 2 deletions god.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
; 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.)
SignTool=signtool
AppId={{23E4C951-84F1-42C4-B67B-25DD3C627C13}
AppName=God
AppVersion=2.0-beta
Expand All @@ -16,10 +17,10 @@ AppUpdatesURL=http://GuiBrandt.github.io/god
DefaultDirName={userappdata}/god-2.0
DefaultGroupName=God
LicenseFile=.\LICENSE
OutputBaseFilename=setup
OutputBaseFilename=god-setup
Compression=lzma
SolidCompression=yes
Password=unicorns
Password=doradinho
PrivilegesRequired=lowest
CreateUninstallRegKey=no
VersionInfoVersion=1.0.0.0
Expand All @@ -37,6 +38,9 @@ UsePreviousAppDir=False
DisableDirPage=no
EnableDirDoesntExistWarning=True
OutputDir=dist
WizardImageStretch=False
SetupIconFile=userdocs:god-veyon\god.ico
AppReadmeFile={app}/README.md

[Languages]
Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
Expand Down

0 comments on commit efadc9d

Please sign in to comment.