Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赤子奈落
ygopro
Commits
8b95107d
Commit
8b95107d
authored
Mar 24, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mycard.moe:nanahira/ygopro into develop
parents
534c9254
c57bd2cc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
7 deletions
+25
-7
.ci/pack-linux-dlc.sh
.ci/pack-linux-dlc.sh
+3
-1
.ci/pack-linux.sh
.ci/pack-linux.sh
+3
-1
.ci/pack-macos-dlc.sh
.ci/pack-macos-dlc.sh
+3
-1
.ci/pack-macos.sh
.ci/pack-macos.sh
+3
-1
.ci/pack-windows-7z.sh
.ci/pack-windows-7z.sh
+3
-1
.ci/pack-windows-dlc.sh
.ci/pack-windows-dlc.sh
+3
-1
.ci/pack-windows.sh
.ci/pack-windows.sh
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
No files found.
.ci/pack-linux-dlc.sh
View file @
8b95107d
...
...
@@ -4,7 +4,9 @@ set -o errexit
ARCHIVE_FILES
=(
ygopro cards.cdb locales fonts sound textures strings.conf system.conf pack
)
TARGET_PLATFORM
=
linux
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
linux
fi
apt update
&&
apt
-y
install tar
zstd
mkdir
dist replay
...
...
.ci/pack-linux.sh
View file @
8b95107d
...
...
@@ -6,7 +6,9 @@ ARCHIVE_FILES=(ygopro LICENSE README.md lflist.conf strings.conf system.conf car
# TARGET_LOCALE
# ARCHIVE_SUFFIX
TARGET_PLATFORM
=
linux
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
linux
fi