Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterUwU committed Apr 11, 2021
1 parent 8c555e2 commit 4ca6f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions anti-scalp.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ class GUI():
if "links_browser" in settings:
value = settings["links_browser"]
else:
value = 10
value = 15

self.links_per_b_label = QLabel()
self.settings_layout.addWidget(self.links_per_b_label, 2, 1)
Expand All @@ -867,7 +867,7 @@ class GUI():
if "links_requester" in settings:
value = settings["links_requester"]
else:
value = 20
value = 40

self.links_per_r_label = QLabel()
self.settings_layout.addWidget(self.links_per_r_label, 4, 1)
Expand Down
3 changes: 2 additions & 1 deletion installer-conf.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 "Anti-Scalp"
#define MyAppVersion "1.1.1"
#define MyAppVersion "1.2"
#define MyAppPublisher "ToasterUwU"
#define MyAppURL "https://github.com/ToasterUwU/Anti-Scalp"
#define MyAppExeName "anti-scalp.exe"
Expand Down Expand Up @@ -47,6 +47,7 @@ Source: "C:\Users\Aki\Desktop\anti-scalp\icon.ico"; DestDir: "{app}"; Flags: ign
Source: "C:\Users\Aki\Desktop\anti-scalp\LICENSE"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Aki\Desktop\anti-scalp\README.md"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Aki\Desktop\anti-scalp\selectors.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Aki\Desktop\anti-scalp\settings.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Aki\Desktop\anti-scalp\standard_alert.mp3"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Aki\Desktop\anti-scalp\startup.html"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Expand Down

0 comments on commit 4ca6f13

Please sign in to comment.