File tree 1 file changed +12
-14
lines changed
1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -414,13 +414,12 @@ window.GDQUEST = ((/** @type {GDQuestLib} */ GDQUEST) => {
414
414
const { width, height } = screen ;
415
415
const { innerHeight, innerWidth } = window ;
416
416
const {
417
- github_repository,
418
- github_workflow,
419
- github_ref_name,
420
- github_sha,
421
- override_file,
422
- sub_build_path,
423
- watermark,
417
+ build_date,
418
+ build_date_iso,
419
+ build_date_unix,
420
+ git_branch,
421
+ git_commit,
422
+ version,
424
423
} = GDQUEST_ENVIRONMENT || { } ;
425
424
const data = {
426
425
userAgent,
@@ -429,13 +428,12 @@ window.GDQUEST = ((/** @type {GDQuestLib} */ GDQUEST) => {
429
428
height,
430
429
innerHeight,
431
430
innerWidth,
432
- github_repository,
433
- github_workflow,
434
- github_ref_name,
435
- github_sha,
436
- override_file,
437
- sub_build_path,
438
- watermark,
431
+ build_date,
432
+ build_date_iso,
433
+ build_date_unix,
434
+ git_branch,
435
+ git_commit,
436
+ version,
439
437
...additionalData ,
440
438
} ;
441
439
makeLogFunction ( LEVELS . TRACE ) ( data , `INIT` ) ;
You can’t perform that action at this time.
0 commit comments