mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-16 15:19:02 -06:00
6a295cad59
They require the tar utility, but that's included in the latest versions of Windows 10. The utility is available for installation on other versions of Windows. I also found out how to get the Discord RPC library to load with all ways of running the game, but that required changing libs/discordRPC.lua. Binary libraries can only be loaded from the filesystem, outside of a .love archive or fused executable.
11 lines
315 B
Batchfile
11 lines
315 B
Batchfile
@del cambridge.love
|
|
@del dist\windows\cambridge.exe
|
|
@del dist\windows\SOURCES.md
|
|
@del dist\windows\LICENSE.md
|
|
@rmdir /Q /S dist\windows\libs
|
|
@del dist\win32\cambridge.exe
|
|
@del dist\win32\SOURCES.md
|
|
@del dist\win32\LICENSE.md
|
|
@rmdir /Q /S dist\win32\libs
|
|
@del dist\cambridge-windows.zip
|
|
@del dist\cambridge-win32.zip |