1 Star 19 Fork 7

gdccj / WenzNote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_dmg.sh 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyming 提交于 2023-12-24 10:56 . create
#!/bin/sh
test -f Application-Installer.dmg && rm Application-Installer.dmg
create-dmg \
--volname "Application Installer" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--app-drop-link 600 185 \
"Application-Installer.dmg" \
"build/macos/Build/Products/Release/温知笔记.app"
#"Application-Installer.dmg"是.dmg文件名称。
#"source_folder/"是"flutter build macos --release"结果路径,如:/工程目录/build/macos/Build/Products/Release/xxx.app
Dart
1
https://gitee.com/gdccj/wenznote.git
git@gitee.com:gdccj/wenznote.git
gdccj
wenznote
WenzNote
master

搜索帮助