用 Go 打包网页生成 Mac 桌面 应用
原理:使用 webview 将目标网页打包成可执行文件,再根据 Mac 应用的构成,设置对应的图标和应用说明,打包成 dmg 格式的文件
make app URL=https://weread.qq.com/ APP_NAME=weread ICON_NAME=weread.icns
make app URL=https://www.xiaohongshu.com/ APP_NAME=xiaohongshu ICON_NAME=xiaohongshu.icns
make app URL=https://typst.app/ APP_NAME=typst ICON_NAME=typst.icns
make app URL=https://www.douyin.com/ APP_NAME=douyin ICON_NAME=app.icns
make app URL=https://ray.so/ APP_NAME=rayso ICON_NAME=raycast.icns
make app URL=https://chat.openai.com/ APP_NAME=chatgpt ICON_NAME=chatgpt.icns
make app URL=https://weibo.com/ APP_NAME=weibo ICON_NAME=weibo.png