mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Fix build script
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ $doxdir = "C:\tgsdox"
|
||||
|
||||
New-Item -Path $doxdir -ItemType directory
|
||||
|
||||
Add-Content "$bf\Doxyfile" "`nPROJECT_VERSION = $version`nINPUT = $bf`nOUTPUT_DIRECTORY = $doxdir`nPROJECT_LOGO = $bf/tgs.ico"
|
||||
doxygen.exe "$bf\Doxyfile"
|
||||
Add-Content "$bf\Tools\Doxyfile" "`nPROJECT_NUMBER = $version`nINPUT = $bf`nOUTPUT_DIRECTORY = $doxdir`nPROJECT_LOGO = $bf/tgs.ico"
|
||||
doxygen.exe "$bf\Tools\Doxyfile"
|
||||
|
||||
$destination = "$bf\TGS3-Server-v$version.exe"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user