mirror of
https://github.com/mudita/mudita-center.git
synced 2025-12-23 22:28:03 -05:00
[CP-3842] Ensure Linux version installs with valid icon cache (#2635)
This commit is contained in:
2
.github/workflows/e2e-development.yml
vendored
2
.github/workflows/e2e-development.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
2
.github/workflows/e2e-feature-branch.yml
vendored
2
.github/workflows/e2e-feature-branch.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
2
.github/workflows/e2e-mock-development.yml
vendored
2
.github/workflows/e2e-mock-development.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
2
.github/workflows/e2e-mock-production.yml
vendored
2
.github/workflows/e2e-mock-production.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
2
.github/workflows/e2e-pre-production.yml
vendored
2
.github/workflows/e2e-pre-production.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
2
.github/workflows/e2e-production.yml
vendored
2
.github/workflows/e2e-production.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
if: matrix.runner_label == 'linux-e2e'
|
||||
env:
|
||||
E2ECI: "true"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/Mudita Center"
|
||||
TEST_BINARY_PATH: "../mudita-center/release/linux-unpacked/mudita-center"
|
||||
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
|
||||
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
|
||||
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"linux": {
|
||||
"target": "AppImage",
|
||||
"category": "Utility",
|
||||
"executableName": "Mudita Center",
|
||||
"executableName": "mudita-center",
|
||||
"artifactName": "Mudita-Center.${ext}"
|
||||
},
|
||||
"appImage": {
|
||||
|
||||
Reference in New Issue
Block a user