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
REIKAI
ygopro
Commits
a63e6974
Commit
a63e6974
authored
Sep 01, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pack in fonts
parent
509ab093
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+0
-2
appveyor.yml
appveyor.yml
+3
-1
system.conf
system.conf
+2
-2
No files found.
.travis.yml
View file @
a63e6974
...
...
@@ -115,11 +115,9 @@ before_deploy:
-
mv -f ygopro-database/locales .
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sed -i "s/c:\/windows/./g" ./system.conf;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro libIrrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound windbot locales bot.conf bot > /dev/null;
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sed -i "" "s/c:\/windows/./g" ./system.conf;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound windbot locales bot.conf bot > /dev/null;
fi
...
...
appveyor.yml
View file @
a63e6974
...
...
@@ -79,8 +79,10 @@ after_build:
-
git clone --depth=1 https://github.com/purerosefallen/ygopro-database
-
mv -f ygopro-database/locales .
-
git clone --depth=1 https://%access_token%@github.com/purerosefallen/fonts
-
7z a -mx9 -xr!.git* KoishiPro-%APPVEYOR_REPO_TAG_NAME%.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures skin deck single pics sound update-koishipro locales WindBot Bot.exe bot.conf
-
7z a -mx9 -xr!.git* KoishiPro-%APPVEYOR_REPO_TAG_NAME%.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures skin deck single pics sound update-koishipro locales
fonts
WindBot Bot.exe bot.conf
test
:
off
...
...
system.conf
View file @
a63e6974
...
...
@@ -8,8 +8,8 @@ errorlog = 3
nickname
=
Komeiji
Koishi
gamename
=
Game
lastdeck
=
new
textfont
=
c
:/
windows
/
fonts
/
simhei
.
ttf
14
numfont
=
c
:/
windows
/
fonts
/
arial
.
ttf
textfont
=
.
/
fonts
/
simhei
.
ttf
14
numfont
=
.
/
fonts
/
arial
.
ttf
serverport
=
7911
lasthost
=
127
.
0
.
0
.
1
lastport
=
7911
...
...
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