diff --git a/scripts/release-desktop.sh b/scripts/release-desktop.sh index 1d251b9bacda19b0bf892423217a2bf353d0bdf5..833feef79a724011e14936dd166a13367b6e2b71 100755 --- a/scripts/release-desktop.sh +++ b/scripts/release-desktop.sh @@ -57,7 +57,8 @@ if [[ "${DESKTOP_ASSETS}" == "linux" ]]; then echo "Skipping windows assets, because DESKTOP_ASSETS env was set to 'linux'." EXPECTED_ASSETS="${PROJECT_NAME}-desktop-v$current-linux-x64.deb -${PROJECT_NAME}-desktop-v$current-linux-x64.tar.gz" +${PROJECT_NAME}-desktop-v$current-linux-x64.tar.gz +${PROJECT_NAME}-desktop-v$current-linux-x64.AppImage" fi # Build desktop assets diff --git a/www/js/config-test.js b/www/js/config-test.js index ce05975db26f94ff88706853a5c16ee97062a613..4ccf8bc62ce8e91ed699d2968011a2feaa67644e 100644 --- a/www/js/config-test.js +++ b/www/js/config-test.js @@ -80,8 +80,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.7.12", - "build": "2024-01-02T11:33:49.953Z", + "version": "1.7.13", + "build": "2024-01-03T17:45:14.686Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" })