Skip to content

Commit

Permalink
Merge pull request #43 from tonkeeper/feature/delta-updates
Browse files Browse the repository at this point in the history
Add Delta Updates for win32
  • Loading branch information
KuznetsovNikita authored Mar 7, 2024
2 parents 7add1df + f3cd086 commit a7b7fc2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
dir: 'apps/desktop'

- name: Run build arm distributive
if: runner.os != 'Windows'
uses: borales/actions-yarn@v5
with:
cmd: make:arm
Expand Down
3 changes: 2 additions & 1 deletion apps/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ const config: ForgeConfig = {
description: 'Your desktop wallet on The Open Network',
iconUrl: 'https://tonkeeper.com/assets/icon.ico',
setupIcon: path.join(process.cwd(), 'public', 'icon.ico'),
loadingGif: path.join(process.cwd(), 'public', 'install.gif')
loadingGif: path.join(process.cwd(), 'public', 'install.gif'),
remoteReleases: 'https://github.com/tonkeeper/tonkeeper-web'
},
['win32']
),
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tonkeeper/desktop",
"license": "Apache-2.0",
"version": "3.7.0",
"version": "3.7.1",
"description": "Your desktop wallet on The Open Network",
"main": ".webpack/main",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonkeeper/extension",
"version": "3.7.0",
"version": "3.7.1",
"author": "Nikita Kuznetsov <[email protected]>",
"description": "Your extension wallet on The Open Network",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonkeeper/web",
"version": "3.7.0",
"version": "3.7.1",
"author": "Nikita Kuznetsov <[email protected]>",
"description": "Your web wallet on The Open Network",
"dependencies": {
Expand Down

0 comments on commit a7b7fc2

Please sign in to comment.