Skip to content

Commit

Permalink
Everything else that uses tgstation.dme should be updated to it now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalleo authored and Jalleo committed Jan 10, 2019
1 parent 3768426 commit 3c67924
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ cfg
data
SQL
tgui/node_modules
tgstation.dmb
tgstation.int
tgstation.rsc
tgstation.lk
tgstation.dyn.rsc
DeepSpace13.dmb
DeepSpace13.int
DeepSpace13.rsc
DeepSpace13.lk
DeepSpace13.dyn.rsc
libmariadb.dll
rust_g.dll
BSQL.dll
Expand Down
2 changes: 1 addition & 1 deletion tools/appveyor/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if(!(Test-Path -Path "C:/byond")){

Set-Location $env:APPVEYOR_BUILD_FOLDER

&"C:/byond/bin/dm.exe" -max_errors 0 tgstation.dme
&"C:/byond/bin/dm.exe" -max_errors 0 DeepSpace13.dme
exit $LASTEXITCODE
2 changes: 1 addition & 1 deletion tools/expand_filedir_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ def replace_func(name):
os.remove(path)
os.rename(path + ".tmp", path)

dirs = read_filedirs("tgstation.dme");
dirs = read_filedirs("DeepSpace13.dme");
resources = index_files(dirs)
rewrite_sources(resources)

0 comments on commit 3c67924

Please sign in to comment.