Merge pull request #6 from Qortal/feature/deb-repo

added afterInstall
This commit is contained in:
Phillip 2025-01-05 12:19:19 +02:00 committed by GitHub
commit e80f878639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"assets/**/*",
"build/**/*",
"capacitor.config.*",
"app/**/*"
"app/**/*",
"scripts/**/*"
],
"linux": {
"target": [
@ -31,7 +32,8 @@
},
"deb": {
"artifactName": "Qortal-Hub-Setup_${version}.${ext}",
"synopsis": "Qortal Hub for Linux"
"synopsis": "Qortal Hub for Linux",
"afterInstall": "scripts/add-debian-apt-repo.sh"
},
"snap": {
"artifactName": "Qortal-Hub-Setup_${version}.${ext}",

0
electron/scripts/add-debian-apt-repo.sh Normal file → Executable file
View File