Skip to content

Commit 0b31067

Browse files
Fix styling & a bug
1 parent 77a1e2b commit 0b31067

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

BEE2_Installer.ahk

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ UrlDownloadToFile, https://www.example.com/, internet_check.tmp
2929

3030
If ((ErrorLevel = 1) && (installFlag != 1))
3131
{
32-
MsgBox, 0x10, Better Extended Editor for Portal 2, No internet connection!
32+
MsgBox, 0x10, Better Extended Editor for Portal 2, No internet connection!`nCould not check for updates
3333

3434
if (installFlag = 3)
3535
{
@@ -316,15 +316,16 @@ InstallBEE2:
316316

317317
Gui, Destroy
318318
If (downloadApp = 1)
319-
MsgBox, 0x30, BEE2 Installer, BEEMOD v%currentVersion% has been installed successfully!
319+
MsgBox, 0x40, BEE2 Installer, BEEMOD v%currentVersion% has been installed successfully!
320320
If (downloadPackages = 1)
321-
MsgBox, 0x30, BEE2 Installer, BEEMOD packages %packageVersion% has been installed successfully!
321+
MsgBox, 0x40, BEE2 Installer, BEEMOD packages %packageVersion% has been installed successfully!
322322

323323
; Run Prompt
324324
MsgBox, 0x124, BEE2 Installer, Would you like to run BEE2 now?
325325
IfMsgBox Yes
326326
{
327327
ComObjCreate( "Shell.Application" ).Windows.FindWindowSW( 0 , 0 , 8 , 0 , 1 ).Document.Application.ShellExecute( """C:\Program Files\BEEMOD2\BEE2.exe""" )
328+
ExitApp
328329
}
329330
Return
330331

0 commit comments

Comments
 (0)