mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
fixed a few version() returning references to temporaries fixed copy pasted tool names
11 lines
309 B
Diff
11 lines
309 B
Diff
--- publish.bat Thu Apr 30 00:08:44 2020
|
|
+++ publish.bat Thu Apr 30 00:08:14 2020
|
|
@@ -1,6 +1,6 @@
|
|
set _NMMPATH=%~dp0..\Nexus-Mod-Manager
|
|
set _NMMCLIPATH=%~dp0
|
|
-set outputPath=..\..\install\bin
|
|
+set outputPath=%~1
|
|
|
|
mkdir "%outputPath%\NCC"
|
|
copy "%_NMMPATH%\Stage\Release\AntlrUtil.dll" "%outputPath%\NCC"
|