Skip to content

Commit

Permalink
Merge pull request #653 from Adamant-im/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bludnic authored Sep 5, 2024
2 parents 832d196 + 50a89dd commit 851df45
Show file tree
Hide file tree
Showing 221 changed files with 9,918 additions and 5,580 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: electron-release-app
name: linux-release-app
path: |
release-electron/*.AppImage
5 changes: 1 addition & 4 deletions .github/workflows/electron-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: electron-release-app
name: macos-release-app
path: |
release-electron/*.dmg
release-electron/*.blockmap
release-electron/*.yaml
release-electron/*.yml
5 changes: 1 addition & 4 deletions .github/workflows/electron-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: electron-release-app
name: windows-release-app
path: |
release-electron/*.exe
release-electron/*.blockmap
release-electron/*.yaml
release-electron/*.yml
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "im.adamant.adamantmessengerpwa"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 473
versionName "4.7.3"
versionCode 481
versionName "4.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
7 changes: 6 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ mac:
hardenedRuntime: true
gatekeeperAssess: false
notarize: false
target:
target: 'default'
arch:
- x64
- arm64

afterSign: 'scripts/electron/notarize.cjs'

Expand All @@ -51,7 +56,7 @@ dmg:
path: '/Applications'

# Linux configuration
linux:
linux:
category: 'InstantMessaging'
desktop:
Icon: './build/linux/icon.png'
Expand Down
Loading

0 comments on commit 851df45

Please sign in to comment.