We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03a99f commit 4240af5Copy full SHA for 4240af5
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
app-domain: "sat.qc.ca"
43
app-identifier: "ca.qc.sat.koaia"
44
app-description: "A tool for exploring generative ai"
45
+ app-environment: environment
46
app-copyright: "Société des Arts Technologiques"
47
app-version: "1.0"
48
app-png: "qml/koaia/resources/images/koaia_logo.png"
environment
@@ -0,0 +1,3 @@
1
+export SCORE_AUDIO_BACKEND=dummy
2
+export SCORE_DISABLE_LIBRARY=1
3
+export SCORE_DISABLE_AUDIO_PLUGINS=1
0 commit comments