Skip to content

Commit

Permalink
Updated build script and INOP label for all versions (#7111)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp authored and aguther committed Apr 26, 2022
1 parent cc172d4 commit f406f6d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ function copyDDSFiles(src_dds) {
}

if (edition === 'stable') {
copyDDSFiles('/Textures/decals 4k/A320NEO_COCKPIT_DECALSTEXT_ALBD.TIF-yellow.dds');
copyDDSFiles('/Textures/decals 4k/A320NEO_COCKPIT_DECALSTEXT_ALBD.TIF-stable.dds');
} else if (GIT_BRANCH === 'master') {
copyDDSFiles('/Textures/decals 4k/A320NEO_COCKPIT_DECALSTEXT_ALBD.TIF-yellow.dds');
copyDDSFiles('/Textures/decals 4k/A320NEO_COCKPIT_DECALSTEXT_ALBD.TIF-master.dds');
} else {
copyDDSFiles('/Textures/decals 4k/A320NEO_COCKPIT_DECALSTEXT_ALBD.TIF-red.dds');
copyDDSFiles('/Textures/decals 4k/A320NEO_COCKPIT_DECALSTEXT_ALBD.TIF-exp.dds');
}

const contentEntries = [];
Expand Down
Binary file not shown.

0 comments on commit f406f6d

Please sign in to comment.