This website requires JavaScript.
Explore
Help
Sign In
spt
/
server
Watch
0
Star
0
Fork
0
You've already forked server
mirror of
https://github.com/sp-tarkov/server.git
synced
2025-02-13 09:50:43 -05:00
Code
server
/
project
/
src
/
ide
/
build.json
6 lines
63 B
JSON
Raw
Normal View
History
Unescape
Escape
Bake build data directly into the executable (!297) This is primarily to stop confusion when a user overwrites their `aki_data` folder with an old version, the data shown in logs/server console is now based on compile time data instead of runtime data. - New build.json file added to the `obj/ide/` folder that gets populated with the build data on build - Moved asset copying prior to packaging, so that `obj/ide/build.json` is available at package time - Updated all references of core.commit, and core.buildTime to use globalThis - Updated all references of core.akiVersion to use globalThis with a fallback if not found (When running in VSCode for example) Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/297 Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com> Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-04-18 07:54:16 +00:00
{
Rebranding to SPT (!345) Rebranded src code and scripts to SPT Co-authored-by: clodan <clodan@clodan.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/345 Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com> Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
2024-05-21 17:59:04 +00:00
"sptVersion"
:
""
,
Bake build data directly into the executable (!297) This is primarily to stop confusion when a user overwrites their `aki_data` folder with an old version, the data shown in logs/server console is now based on compile time data instead of runtime data. - New build.json file added to the `obj/ide/` folder that gets populated with the build data on build - Moved asset copying prior to packaging, so that `obj/ide/build.json` is available at package time - Updated all references of core.commit, and core.buildTime to use globalThis - Updated all references of core.akiVersion to use globalThis with a fallback if not found (When running in VSCode for example) Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/297 Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com> Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-04-18 07:54:16 +00:00
"commit"
:
""
,
"buildTime"
:
0
}
Copy Permalink