diff --git a/.github/workflows/electron-sandbox.yml b/.github/workflows/electron-sandbox.yml index e4d28a2..d11ea89 100644 --- a/.github/workflows/electron-sandbox.yml +++ b/.github/workflows/electron-sandbox.yml @@ -29,11 +29,11 @@ jobs: - name: Publish run: | yarn run dist - - name: Cleanup artifacts Linux and macOS - if: matrix.os != 'windows-latest' - run: | - mkdir artifacts - cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true + # - name: Cleanup artifacts Linux and macOS + # if: matrix.os != 'windows-latest' + # run: | + # mkdir artifacts + # cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true - name: Cleanup artifacts Windowns if: matrix.os == 'windows-latest' run: | diff --git a/electron-builder.dev.yml b/electron-builder.dev.yml index 29c85db..57aaf07 100644 --- a/electron-builder.dev.yml +++ b/electron-builder.dev.yml @@ -1 +1 @@ -DR_URL=http://clinic.cubetiq.online?platform=desktop \ No newline at end of file +DR_URL=https://clinic-dev.cubetiqs.com?platform=desktop \ No newline at end of file diff --git a/electron-builder.prod.yml b/electron-builder.prod.yml index e89ccd1..f8aa8b2 100644 --- a/electron-builder.prod.yml +++ b/electron-builder.prod.yml @@ -1 +1 @@ -DR_URL=http://sandbox.clinic.cubetiq.online?platform=desktop \ No newline at end of file +DR_URL=https://clinic.cubetiqs.com?platform=desktop \ No newline at end of file diff --git a/package.json b/package.json index 725423e..c66734a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "scripts": { "postinstall": "electron-builder install-app-deps", - "start": "yarn && cross-env DR_URL=http://clinic.cubetiq.online?platform=desktop electron ./main", + "start": "yarn && cross-env DR_URL=https://clinic.cubetiqs.com?platform=desktop electron ./main", "pack": "electron-builder --dir", "dist": "electron-builder", "builder-help": "electron-builder --help",