move asset cache dir (#8530)

This commit is contained in:
Kashargul
2024-06-20 00:04:01 +02:00
committed by GitHub
parent 2b3d26df62
commit b6126514d2
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ vchat.db*
#Ignore everything in datafolder and subdirectories
/data/**/*
/tmp/**/*
/cache/**/*
#Ignore byond config folder.
/cfg/**/*

View File

@@ -1,7 +1,7 @@
FROM i386/ubuntu:xenial as base
ARG BYOND_MAJOR=514
ARG BYOND_MINOR=1589
ARG BYOND_MAJOR=515
ARG BYOND_MINOR=1640
RUN apt-get update \
&& apt-get install -y \
@@ -35,7 +35,7 @@ RUN apt-get install -y --no-install-recommends \
gcc-multilib \
&& curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host i686-unknown-linux-gnu \
&& git init \
&& git remote add origin https://github.com/VOREStation/rust-g
&& git remote add origin https://github.com/tgstation/rust-g
COPY _build_dependencies.sh .

View File

@@ -1,4 +1,4 @@
#define ASSET_CROSS_ROUND_CACHE_DIRECTORY "tmp/assets"
#define ASSET_CROSS_ROUND_CACHE_DIRECTORY "cache/assets" //CHOMPEdit, moved there as we clear the tmp folder like TG does
//These datums are used to populate the asset cache, the proc "register()" does this.
//Place any asset datums you create in asset_list_items.dm