Skip to content

Commit 26a0691

Browse files
committed
Workflow: remove luabridge files (.lua & socket.dll) and update snes classic mod file
1 parent 4083013 commit 26a0691

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
}
7474
Copy-Item ..\LICENSE .\LICENCE-GPLV3.txt
7575
Copy-Item ..\README.md .\Readme.txt
76-
mkdir LuaBridge
77-
Copy-Item ..\LuaBridge\luabridge.lua LuaBridge\
78-
cd LuaBridge\
79-
Invoke-WebRequest -Uri https://shelter.mahoro-net.org/~skarsnik/project/socket.dll -OutFile socket.dll
80-
cd ..
8176
# Translations
8277
mkdir i18n
8378
xcopy /y ..\Translations\qusb2snes_fr.qm i18n\
@@ -92,7 +87,7 @@ jobs:
9287
mkdir QUsb2Snes\apps\QFile2Snes\i18n
9388
xcopy QFile2Snes\Translations\qfile2snes_fr.qm QUsb2Snes\apps\QFile2Snes\i18n\
9489
xcopy QFile2Snes\Translations\sendtodialog_fr.qm QUsb2Snes\i18n\
95-
Invoke-WebRequest -Uri "https://github.com/Skarsnik/snesclassicstuff/releases/download/serverstuffmod_v1/serverstuff.hmod" -OutFile "serverstuff.hmod"
90+
Invoke-WebRequest -Uri "https://github.com/Skarsnik/snesclassicstuff/releases/download/serverstuffmod_v2/serverstuff.hmod" -OutFile "serverstuff.hmod"
9691
Copy-Item serverstuff.hmod QUsb2Snes\
9792
# Open SSL for the updater
9893
#dir "C:\Program Files\OpenSSL-Win64\bin\"

0 commit comments

Comments
 (0)