From dfc69950641ed0b31e994c4b3a2c0a103564b754 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 30 Jun 2021 15:59:18 +0200 Subject: [PATCH] Workflows fix + don't default to non-asar build --- .github/workflows/release.yml | 52 ----------------------------------- package.json | 1 - 2 files changed, 53 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 7a92324..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,52 +0,0 @@ -name: Release -on: - release: - types: - - created - -jobs: - - publish_on_linux: - runs-on: ubuntu-latest - permissions: write-all - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@master - with: - node-version: 14 - - name: install dependencies - run: npm install - - name: publish - env: - GITHUB_TOKEN: ${{ secrets.LUV }} - run: npm run publish - - publish_on_mac: - runs-on: macos-latest - permissions: write-all - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@master - with: - node-version: 14 - - name: install dependencies - run: npm install - - name: publish - env: - GITHUB_TOKEN: ${{ secrets.LUV }} - run: npm run publish - - publish_on_win: - runs-on: windows-latest - permissions: write-all - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@master - with: - node-version: 14 - - name: install dependencies - run: npm install - - name: publish - env: - GITHUB_TOKEN: ${{ secrets.LUV }} - run: npm run publish diff --git a/package.json b/package.json index d0a8351..754ba95 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "build": { "appId": "com.smartfridge.armcord", "productName": "ArmCord", - "asar": "false", "mac": { "category": "Internet" }