Skip to content

Commit f2c3ab6

Browse files
authored
feat: refactor and add deeplink (#133)
* initial refactor code * add deeplink integration * feat: don't check for auto update for window * remove esigner * feat: add login logic
1 parent dd72a56 commit f2c3ab6

File tree

87 files changed

+541
-194359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+541
-194359
lines changed

.github/workflows/win-release.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
node-version: 16
2020
cache: npm
2121

22-
- name: Download eSigner Signing Tool
23-
shell: powershell
24-
run: Invoke-WebRequest -OutFile esigner.zip -Uri https://invisal.s3.ap-southeast-1.amazonaws.com/CodeSignTool-v1.2.7-windows.zip
25-
26-
- name: Unpack eSigner Signing Tool
27-
shell: powershell
28-
run: Expand-Archive esigner.zip ./
29-
3022
- name: Install and build
3123
run: |
3224
npm install
@@ -36,12 +28,6 @@ jobs:
3628
- name: Publish releases
3729
shell: powershell
3830
env:
39-
# These values are used for auto updates signing
40-
WINDOWS_SIGN_USER_NAME: ${{ secrets.WINDOWS_SIGN_USER_NAME }}
41-
WINDOWS_SIGN_USER_PASSWORD: ${{ secrets.WINDOWS_SIGN_USER_PASSWORD }}
42-
WINDOWS_SIGN_CREDENTIAL_ID: ${{ secrets.WINDOWS_SIGN_CREDENTIAL_ID }}
43-
WINDOWS_SIGN_USER_TOTP: ${{ secrets.WINDOWS_SIGN_USER_TOTP }}
44-
4531
# This is used for uploading release assets to github
4632
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4733
run: |

assets/appx/Square150x150Logo.png

40.6 KB
Loading

assets/appx/Square44x44Logo.png

40.6 KB
Loading

assets/appx/StoreLogo.png

40.6 KB
Loading

assets/appx/Wide310x150Logo.png

40.6 KB
Loading

exts/reactdev/build/background.js

-243
This file was deleted.

0 commit comments

Comments
 (0)