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