mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-08 10:10:46 +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
|