Skip to content

Commit

Permalink
Merge pull request #54 from zenon-network/revert-45-feature/v0.0.7
Browse files Browse the repository at this point in the history
Revert "Add alienc0der's v0.0.7 changes"
  • Loading branch information
KingGorrin authored Jan 29, 2024
2 parents 52a90b3 + 4c69444 commit 3a97d10
Show file tree
Hide file tree
Showing 54 changed files with 606,681 additions and 1,706 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/syrius_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:

jobs:
build-macos:
env:
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WC_PROJECT_ID }}
runs-on: macos-12
steps:
- name: Checkout
Expand All @@ -33,7 +35,7 @@ jobs:
- name: Build syrius desktop
run: |
flutter config --enable-macos-desktop
flutter build macos --release
flutter build macos --dart-define=WC_PROJECT_ID=$WALLET_CONNECT_PROJECT_ID --release
- name: Package into DMG
run: |
create-dmg --volname syrius \
Expand All @@ -55,6 +57,8 @@ jobs:
name: macos-artifacts
path: syrius-alphanet-macos-universal.dmg
build-windows:
env:
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WC_PROJECT_ID }}
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -69,7 +73,7 @@ jobs:
- name: Build syrius desktop
run: |
flutter config --enable-windows-desktop
flutter build windows --release
flutter build windows --dart-define=WC_PROJECT_ID=$env:WALLET_CONNECT_PROJECT_ID --release
- name: Package into zip
run: |
Compress-Archive -Path build\windows\runner\Release\* -DestinationPath .\syrius-alphanet-windows-amd64.zip
Expand All @@ -79,6 +83,8 @@ jobs:
name: windows-artifacts
path: syrius-alphanet-windows-amd64.zip
build-linux:
env:
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WC_PROJECT_ID }}
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand All @@ -102,7 +108,7 @@ jobs:
- name: Build syrius desktop
run: |
flutter config --enable-linux-desktop
flutter build linux --release -v
flutter build linux --dart-define=WC_PROJECT_ID=$WALLET_CONNECT_PROJECT_ID --release -v
- name: Package zip
run: |
cd build/linux/x64/release/bundle
Expand Down
21 changes: 0 additions & 21 deletions SECURITY.md

This file was deleted.

1 change: 0 additions & 1 deletion assets/lottie/ic_anim_live.json

This file was deleted.

1 change: 0 additions & 1 deletion assets/lottie/ic_anim_plasma_generation.json

This file was deleted.

605,671 changes: 605,670 additions & 1 deletion assets/lottie/ic_anim_welcome.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/svg/ic_swap_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/svg/ic_vault_seed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3a97d10

Please sign in to comment.