Skip to content

Commit

Permalink
Changed Version back from debug; fixed CompanyName
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaos02 committed Apr 29, 2022
1 parent b6060e1 commit cff9fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NoAltF4.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ if (A_AHKVersion < "1.1.13") {
}
;@Ahk2Exe-IgnoreEnd

ScriptVersion := "0.9.0rc-2"
ScriptVersion := "1.0.0rc-3"
;@Ahk2Exe-Let U_version = %A_PriorLine~U)^(.+"){1}(.+)".*$~$2%
;@Ahk2Exe-SetProductVersion %U_version%
;@Ahk2Exe-SetFileVersion %U_version~\D+~.%
GHUser := "Chaos02"
;@Ahk2Exe-Let U_Author = %A_PriorLine~U)^(.+"){1}(.+)".*$~$2%
;@Ahk2Exe-SetCompanyName U_Author
;@Ahk2Exe-SetCompanyName %U_Author%
;@Ahk2Exe-Obey U_ScriptName, SplitPath`, A_ScriptFullPath`, `, `, `, ScriptName
;@Ahk2Exe-SetProductName %U_ScriptName%
;@Ahk2Exe-ExeName %U_ScriptName%
Expand Down

0 comments on commit cff9fd0

Please sign in to comment.