mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
5 lines
86 B
Batchfile
5 lines
86 B
Batchfile
|
@echo off
|
||
|
call ..\paths.bat
|
||
|
mkdir %PluginsDir%
|
||
|
copy vm\spaceinv.qvm %PluginsDir%
|
||
|
pause
|