Skip to content

Commit

Permalink
fix duplicate version in window title
Browse files Browse the repository at this point in the history
  • Loading branch information
1024mb committed Aug 20, 2023
1 parent a438ed4 commit d17c774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Application-source/APK-Info.au3
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_Res_Comment=Shows info about Android Package Files (APK)
#AutoIt3Wrapper_Res_Description=APK-Info
#AutoIt3Wrapper_Res_Fileversion=1.36.2.0
#AutoIt3Wrapper_Res_Fileversion=1.36.2.1
#AutoIt3Wrapper_Res_LegalCopyright=zoster
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#pragma compile(AutoItExecuteAllowed True)
Expand Down Expand Up @@ -934,7 +934,7 @@ Func _OpenNewFile($apk, $progress = True, $bProgramStart = False)
EndIf
EndIf

WinSetTitle($hGUI, "", $fileAPK & ' - ' & $ProgramTitle & FileGetVersion(@ScriptFullPath))
WinSetTitle($hGUI, "", $fileAPK & ' - ' & $ProgramTitle)

_setFullPathAPK($apk)

Expand Down

0 comments on commit d17c774

Please sign in to comment.