File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ before_deploy:
41
41
- cd ..
42
42
- cp -r FreeserfNet/bin/LinuxRelease/ubuntu-x64/publish/. deploy/FreeserfNet/
43
43
- cp changelog.txt deploy/FreeserfNet/changelog
44
+ - cp FreeserfNet/bass/linux-x64/*.so deploy/FreeserfNet/
44
45
- cd deploy
45
46
- cd FreeserfNet
46
47
- chmod +x FreeserfNet
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ artifacts:
21
21
name : Freeserf.net-Windows
22
22
23
23
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"
25
25
26
26
test : off
27
27
Original file line number Diff line number Diff line change
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
+
1
11
Version 1.9.35:
2
12
===============
3
13
You can’t perform that action at this time.
0 commit comments