- Notifications
You must be signed in to change notification settings - Fork0
A toolkit for creating Firefox portable app for macOS
License
NotificationsYou must be signed in to change notification settings
yama07/FirefoxPortableKit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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