Skip to content

Commit

Permalink
win and mac update
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 27, 2024
1 parent c887e05 commit 9bbd640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
run: flutter config --enable-windows-desktop
- name: Build artifacts
run: flutter build windows --release
- name: install npm
run: msiexec.exe /a https://nodejs.org/dist/v20.11.1/node-v20.11.1-x64.msi /quiet
- name: install evb
run: curl.exe -o .\enigmavbconsole.exe "https://drive.usercontent.google.com/download?id=1j6ETwhO0NTn_QF8yrSBbczGpgh5AoMt4&export=download&authuser=0&confirm=t&uuid=ca7c2bc1-0ab1-4456-9cd6-fa79fa9aeedc&at=APZUnTU856nDSXEw3OhFsSMN3Lha%3A1709011511832"
run: npm install enigmavirtualbox
- name: build single exe file
run: .\enigmavbconsole.exe .\evb\renamer_evb.evb
run: enigmavirtualbox cli .\evb\renamer_evb.evb
- name: Windows Release
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion dmg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"icon": "./assets/desktop.png",
"contents": [
{ "x": 448, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file", "path": "./build/macos/Build/Products/Release/renamer.app" }
{ "x": 192, "y": 344, "type": "file", "path": "../../build/macos/Build/Products/Release/renamer.app" }
]
}

0 comments on commit 9bbd640

Please sign in to comment.