Skip to content

Commit 98a781a

Browse files
committed
koaia: also set arguments in full build
1 parent a4a7056 commit 98a781a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/full-build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ jobs:
5151
score-file: "score/app.score"
5252
score-build-id: ${{ steps.score.outputs.artifact-id }}
5353
platforms: "${{ matrix.platform }}"
54+
# App metadata
55+
app-organization: "SAT"
56+
app-domain: "sat.qc.ca"
57+
app-identifier: "ca.qc.sat.koaia"
58+
app-description: "A tool for exploring generative ai"
59+
app-environment: environment
60+
app-copyright: "Société des Arts Technologiques"
61+
app-version: "1.0"
62+
app-png: "qml/koaia/resources/images/koaia_logo.png"
63+
app-icns: "qml/koaia/resources/images/koaia_logo.icns"
64+
app-ico: "qml/koaia/resources/images/koaia_logo.ico"
5465
# Optional: macOS code signing (requires secrets to be set in repository)
5566
macos-certificate-base64: ${{ secrets.MAC_CERT_B64 }}
5667
macos-certificate-password: ${{ secrets.MAC_CERT_PASSWORD }}

0 commit comments

Comments
 (0)