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-520DIY
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
apt update
&&
apt
-y
install tar
git zstd
mkdir
dist replay
...
...
.ci/pack-macos-dlc.sh
View file @
8b95107d
...
...
@@ -4,7 +4,9 @@ set -o errexit
ARCHIVE_FILES
=(
ygopro.app cards.cdb locales fonts sound textures strings.conf system.conf pack
)
TARGET_PLATFORM
=
darwin
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
darwin
fi
apt update
&&
apt
-y
install tar
zstd
mkdir
dist replay
...
...
.ci/pack-macos.sh
View file @
8b95107d
...
...
@@ -6,7 +6,9 @@ ARCHIVE_FILES=(ygopro.app LICENSE README.md lflist.conf strings.conf system.conf
# TARGET_LOCALE
# ARCHIVE_SUFFIX
TARGET_PLATFORM
=
darwin
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
darwin
fi
apt update
&&
apt
-y
install tar
git zstd
mkdir
dist replay
...
...
.ci/pack-windows-7z.sh
View file @
8b95107d
...
...
@@ -9,7 +9,9 @@ if [[ "$TARGET_LOCALE" == "zh-CN" ]]; then
fi
# TARGET_LOCALE
TARGET_PLATFORM
=
win32
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
win32
fi
apt update
&&
apt
-y
install
p7zip-full git
mkdir
dist replay
...
...
.ci/pack-windows-dlc.sh
View file @
8b95107d
...
...
@@ -4,7 +4,9 @@ set -o errexit
ARCHIVE_FILES
=(
ygopro.exe cards.cdb locales fonts sound textures strings.conf system.conf skin pack
)
TARGET_PLATFORM
=
win32
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
win32
fi
apt update
&&
apt
-y
install tar
zstd
mkdir
dist replay
...
...
.ci/pack-windows.sh
View file @
8b95107d
...
...
@@ -10,7 +10,9 @@ fi
# TARGET_LOCALE
# ARCHIVE_SUFFIX
TARGET_PLATFORM
=
win32
if
[[
-z
"
$TARGET_PLATFORM
"
]]
;
then
TARGET_PLATFORM
=
win32
fi
apt update
&&
apt
-y
install tar
git zstd
mkdir
dist replay
...
...
.gitlab-ci.yml
View file @
8b95107d
...
...
@@ -529,6 +529,8 @@ pack_linuxarm_zh-CN_gz:
-
._pack_script_linux
-
._pack_format_gz
-
._locale_zh-CN
variables
:
TARGET_PLATFORM
:
linuxarm
#pack_linux_zh-CN_zst:
# extends:
...
...
@@ -585,6 +587,8 @@ pack_linuxarm_en-US_gz:
-
._pack_script_linux
-
._pack_format_gz
-
._locale_en-US
variables
:
TARGET_PLATFORM
:
linuxarm
#pack_linux_en-US_zst:
# extends:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment