diff --git a/.appveyor.yml b/.appveyor.yml index 8b99b07..9bd5e49 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2017 environment: - DEPLOY_DIR: Matrique-%APPVEYOR_BUILD_VERSION% + DEPLOY_DIR: Spectral-%APPVEYOR_BUILD_VERSION% matrix: - QTDIR: C:\Qt\5.11\msvc2017_64 VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat" @@ -17,14 +17,14 @@ before_build: - git submodule update --init --recursive build_script: - - qmake matrique.pro PREFIX="%DEPLOY_DIR%" + - qmake spectral.pro PREFIX="%DEPLOY_DIR%" - nmake after_build: - nmake install - - windeployqt --release --qmldir qml "%DEPLOY_DIR%\matrique.exe" - - 7z a matrique.zip "%DEPLOY_DIR%\" + - windeployqt --release --qmldir qml "%DEPLOY_DIR%\spectral.exe" + - 7z a spectral.zip "%DEPLOY_DIR%\" artifacts: - - path: matrique.zip + - path: spectral.zip name: portable \ No newline at end of file diff --git a/flatpak/org.eu.encom.spectral.yaml b/flatpak/org.eu.encom.spectral.yaml index e69de29..e9ebfb2 100644 --- a/flatpak/org.eu.encom.spectral.yaml +++ b/flatpak/org.eu.encom.spectral.yaml @@ -0,0 +1,20 @@ +id: org.eu.encom.spectral +runtime: org.kde.Platform +runtime-version: 5.11 +sdk: org.kde.Sdk +command: spectral +finish-args: +- --share=ipc +- --share=network +- --socket=x11 +- --socket=wayland +- --device=dri +- --filesystem=home +- --talk-name=org.freedesktop.Notifications +- --talk-name=org.kde.StatusNotifierWatcher +modules: +- name: spectral + buildsystem: qmake + sources: + - type: dir + path: ../