- Timestamp:
- Aug 8, 2025, 4:33:09 PM (7 hours ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/appimage/build.sh
r696 r697 19 19 install -Dm644 ../common/c-evo_256x256.png AppDir/usr/share/pixmaps/application-cevomap.png 20 20 install -Dm644 ../flatpak/net.zdechov.app.C-evo.metainfo.xml AppDir/usr/share/metainfo/net.zdechov.app.C-evo.appdata.xml 21 sed -i '/<url type="vcs-browser">https:\/\/app.zdechov.net\/c-evo\/browser<\/url>/d' AppDir/usr/share/metainfo/net.zdechov.app.C-evo.appdata.xml 21 22 install -Dm644 ../../AI/StdAI/libstdai-amd64.so -t AppDir/usr/share/c-evo/AI/StdAI 22 23 install -Dm644 ../../AI/StdAI/StdAI.ai.txt -t AppDir/usr/share/c-evo/AI/StdAI -
trunk/Install/flatpak/net.zdechov.app.C-evo.yml
r696 r697 37 37 - type: svn 38 38 url: https://svn.zdechov.net/c-evo/trunk 39 revision: r69 439 revision: r696 40 40 buildsystem: simple 41 41 build-options: -
trunk/Install/rpm/c-evo.spec
r696 r697 7 7 License: Public Domain 8 8 URL: https://app.zdechov.net/c-evo 9 Source0: c-evo -nh.tar.gz9 Source0: c-evo.tar.gz 10 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 11 11 Requires: sox libxmp portaudio libsndfile -
trunk/Release notes.txt
r687 r697 38 38 * Fixed: Restored background transparency in C-evo icons. 39 39 * Fixed: Invalidated rectangle in AI tournament was not properly scaled. 40 * Fixed: Log and AI t urnament windows were not shown correctly.40 * Fixed: Log and AI tournament windows were not shown correctly. 41 41 42 42 Version 1.3.6 (2024-09-16)
Note:
See TracChangeset
for help on using the changeset viewer.