Skip to content

Commit bf8d20c

Browse files
committed
Initial Release
Add compiler info Add ico version of icon
1 parent 88c74ac commit bf8d20c

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
*.exe
3+
DashPause_stripped.au3

DashPause.au3

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
2+
#AutoIt3Wrapper_Version=Beta
3+
#AutoIt3Wrapper_Icon=icon.ico
4+
#AutoIt3Wrapper_Compile_Both=y
5+
#AutoIt3Wrapper_UseX64=y
6+
#AutoIt3Wrapper_Res_Comment=Compiled 8/18/2020 @ 9:50 EST
7+
#AutoIt3Wrapper_Res_Description=Beat Saber Dash Pause
8+
#AutoIt3Wrapper_Res_Fileversion=0.1.0.0
9+
#AutoIt3Wrapper_Res_LegalCopyright=Robert Maehl, using LGPL 3 License
10+
#AutoIt3Wrapper_Res_Language=1033
11+
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
12+
#AutoIt3Wrapper_Run_Au3Stripper=y
13+
#Au3Stripper_Parameters=/pe /so
14+
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
115
#include "WinHTTP.au3"
216

317
#include <WinAPI.au3> ; _WinAPI_GetLastError

icon.ico

300 KB
Binary file not shown.

0 commit comments

Comments
 (0)