mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 11:40:18 +00:00
first attempt at switching to OBS, compiles, but doesn't run yet
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
@echo off
|
||||
set PATH=%PROGRAMW6432%\7-Zip
|
||||
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
|
||||
cd ..\dep-x64
|
||||
7z x *.zip
|
||||
7z x *.7z
|
||||
cd ..\dep-x86
|
||||
7z x -y *.rpm
|
||||
7z x *.cpio
|
||||
del *.cpio
|
||||
xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .
|
||||
rmdir /q /s usr
|
||||
7z x *.zip
|
||||
7z x *.7z
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user