Skip to content

Commit

Permalink
fix errors in wsldl script
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Oct 6, 2021
1 parent d6acddf commit 4547787
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions scripts/wsldl.cmd
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
:: generate a wsldl exe with an epic icon
cd build

curl.exe -o rcedit.exe "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe"

mkdir wsldl
cd wsldl

curl.exe -O "https://github.com/yuk7/wsldl/releases/latest/download/wsldl.exe"
curl.exe -Lo rcedit.exe "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe"
curl.exe -Lo wsldl/kareszwsl.exe "https://github.com/yuk7/wsldl/releases/latest/download/wsldl.exe"

..\rcedit.exe wsldl.exe --set-icon ..\..\etc\karesz.ico
rcedit.exe wsldl\kareszwsl.exe --set-icon ..\etc\karesz.ico

copy ..\kareszwsl.tar.gz .\rootfs.tar.gz
cd ..
copy kareszwsl.tar.gz wsldl\rootfs.tar.gz

powershell Compress-Archive wsldl/* wsldl.zip

0 comments on commit 4547787

Please sign in to comment.