mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Mark experimental builds at the start of their filename (#4551)
This commit is contained in:
parent
20bdfaef39
commit
169f419d91
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -427,7 +427,10 @@ jobs:
|
|||
|
||||
- name: Mark experimental
|
||||
run: |
|
||||
for file in *; do mv -n "$file" "$(echo $file | sed 's/\(6\(\.[[:digit:]]\)\{2\}\)/\1-EXPERIMENTAL/g')"; done
|
||||
# Mark all Qt6 builds as EXPERIMENTAL
|
||||
mv chatterino-macos-Qt-6.5.0.dmg EXPERIMENTAL-chatterino-macos-Qt-6.5.0-dmg
|
||||
mv Chatterino-ubuntu-22.04-Qt-6.2.4.deb EXPERIMENTAL-Chatterino-ubuntu-22.04-Qt-6.2.4.deb
|
||||
mv chatterino-windows-x86-64-Qt-6.5.0.zip EXPERIMENTAL-chatterino-windows-x86-64-Qt-6.5.0.zip
|
||||
working-directory: release-artifacts
|
||||
shell: bash
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
- Dev: Add scripting capabilities with Lua (#4341, #4504)
|
||||
- Dev: Conan 2.0 is now used instead of Conan 1.0. (#4417)
|
||||
- Dev: Added tests and benchmarks for `LinkParser`. (#4436)
|
||||
- Dev: Experimental builds with Qt 6 are now provided. (#4522)
|
||||
- Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551)
|
||||
- Dev: Removed `CHATTERINO_TEST` definitions. (#4526)
|
||||
- Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550)
|
||||
|
||||
|
|
Loading…
Reference in a new issue