Skip to content

yama07/FirefoxPortableKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirefoxPortableKit

macOS 向けの Firefox ポータブルアプリを作成するツールキットです。

以下の構成の app を作成します。

Firefox Portable.app/Contents
├── Info.plist
├── MacOS
│   └── firefox_launcher
└── Resources
   ├── Firefox.app
   ├── firefox.icns
   └── Profile

app 内に Firefox の実体とProfileを保持し、firefox_launcherによって起動します。

Requirement

  • Rust
  • Command line tools for Xcode

Usage

以下のコマンドを実行することで、./distディレクトリ配下にFirefox Portable.appが生成されます。

$ ./build.sh

About

A toolkit for creating Firefox portable app for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published