Skip to content

Commit 5296308

Browse files
committed
Updated CI configs and changelog
1 parent d44061f commit 5296308

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ before_deploy:
4141
- cd ..
4242
- cp -r FreeserfNet/bin/LinuxRelease/ubuntu-x64/publish/. deploy/FreeserfNet/
4343
- cp changelog.txt deploy/FreeserfNet/changelog
44+
- cp FreeserfNet/bass/linux-x64/*.so deploy/FreeserfNet/
4445
- cd deploy
4546
- cd FreeserfNet
4647
- chmod +x FreeserfNet

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ artifacts:
2121
name: Freeserf.net-Windows
2222

2323
after_build:
24-
- 7z a Freeserf.net-Windows.zip "%APPVEYOR_BUILD_FOLDER%\FreeserfNet\bin\Any CPU\WindowsRelease\win-x64\publish\FreeserfNet.exe" "%APPVEYOR_BUILD_FOLDER%\changelog.txt"
24+
- 7z a Freeserf.net-Windows.zip "%APPVEYOR_BUILD_FOLDER%\FreeserfNet\bin\Any CPU\WindowsRelease\win-x64\publish\FreeserfNet.exe" "%APPVEYOR_BUILD_FOLDER%\changelog.txt" "%APPVEYOR_BUILD_FOLDER%\FreeserfNet\bass\win-x64\*.dll"
2525

2626
test: off
2727

changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 2.0.0-preview1:
2+
===============
3+
4+
- Sound and music support for Linux
5+
- Sound and music now uses BASS / ManagedBass
6+
- Settings are now saved when using ingame exit button
7+
- Serfs only play sounds when on screen
8+
- Bugfixes
9+
10+
111
Version 1.9.35:
212
===============
313

0 commit comments

Comments
 (0)