macOS 向けの Firefox ポータブルアプリを作成するツールキットです。
以下の構成の app を作成します。
Firefox Portable.app/Contents
├── Info.plist
├── MacOS
│ └── firefox_launcher
└── Resources
├── Firefox.app
├── firefox.icns
└── Profile
app 内に Firefox の実体とProfileを保持し、firefox_launcher
によって起動します。
- Rust
- Command line tools for Xcode
以下のコマンドを実行することで、./dist
ディレクトリ配下にFirefox Portable.app
が生成されます。
$ ./build.sh