We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc70b04 commit 664e56cCopy full SHA for 664e56c
.github/workflows/release.yml
@@ -170,13 +170,12 @@ jobs:
170
cargo make --env APP_VERSION=${{ github.ref_name }} --profile production-mac-x86_64 appflowy
171
172
- name: Create MacOS dmg
173
- working-directory: frontend
174
run: |
175
brew install create-dmg
176
create-dmg \
177
--volname ${{ env.MACOS_DMG_NAME }} \
178
--hide-extension "AppFlowy.app" \
179
- --background scripts/dmg_assets/AppFlowyInstallerBackground.jpg \
+ --background frontend/scripts/dmg_assets/AppFlowyInstallerBackground.jpg \
180
--window-size 600 450 \
181
--icon-size 94 \
182
--icon "AppFlowy.app" 141 249 \
0 commit comments