如何把一个 Shell 脚本打包成一个 macOS 桌面 App All In One
如何把一个 shell 脚本可执行文件转换成一个 macOS 可以直接运行的 App
#!/bin/bash
# 执行 Chrome.app
# /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome ;
# custom user data ✅
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir="/Users/xgqfrms-mm/Desktop/Custom_Chrome";
# /Users/xgqfrms-mm/Desktop/custom-chrome.sh
# chmod +x ./custom-chrome.sh
# /Users/xgqfrms-mm/Desktop/Custom_Chrome
# mkdir Custom_Chrome