Skip to content

Commit 7ebee9c

Browse files
authored
Update AutoWall.au3
1 parent 18d8f9c commit 7ebee9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/AutoWall.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ Func setwallpaper()
181181
Else
182182
If StringInStr(GUICtrlRead($inputPath), "steamcommunity.com") Then
183183
$idSteam = StringSplit(GUICtrlRead($inputPath), "?id=", 1)
184-
ShellExecute("https://steamworkshopdownloader.io/extension/embedded/" & $idSteam[2])
184+
;ShellExecute("https://steamworkshopdownloader.io/extension/embedded/" & $idSteam[2])
185185
GUICtrlSetState($winStart, $GUI_UNCHECKED)
186186
GUICtrlSetState($winStart, $GUI_DISABLE)
187187
GUICtrlSetData($inputPath, "")
188-
MsgBox($MB_TOPMOST, "Download from workshop", "The download has been started in your browser, if the downloaded zip contains an .mp4 file, extract it in 'VideosHere' folder.")
188+
MsgBox($MB_TOPMOST, "Download from workshop", "Sorry, AutoWall no longer support steamworkshop downloads. Try download the video manually.")
189189
Else
190190
killAll()
191191
Run($weebp & "run " & '"' & $webview & '"' & " " & GUICtrlRead($inputPath), "", @SW_HIDE)

0 commit comments

Comments
 (0)