mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-01 05:00: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
|