You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
5 lines
207 B
Batchfile
Executable File
5 lines
207 B
Batchfile
Executable File
@ECHO OFF
|
|
set AppNameLowercase=%1
|
|
docker system prune -a -f 2>NUL || exit 0
|
|
docker rm -f %AppNameLowercase%-linuxarm64-container 2>NUL || exit 0
|
|
docker rmi %AppNameLowercase%-linuxarm64-image 2>NUL || exit 0 |