Skip to content

Commit 2a02717

Browse files
BetaLeafBetaLeaf
BetaLeaf
authored and
BetaLeaf
committed
Update
1 parent da65335 commit 2a02717

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Update FPR.au3

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
44
#include <InetConstants.au3>
55
#include <Misc.au3>
6-
Download(BinaryToString(InetRead("https://raw.githubusercontent.com/BetaLeaf/False-Positive-Reporter/master/Update.txt", 1)), "FPR.exe", "FPR.exe")
6+
$DownloadURL = BinaryToString(InetRead("https://raw.githubusercontent.com/BetaLeaf/False-Positive-Reporter/master/Update.txt", $INET_FORCERELOAD))
7+
Download($DownloadURL, "FPR.exe", "FPR.exe")
78
ShellExecute("FPR.exe", "", @ScriptDir)
89

910
Func Download($sSrc, $sDest, $sName)

Update FPR.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)