README.md
setup.cfg
setup.py
fbs/__init__.py
fbs/__main__.py
fbs/_state.py
fbs/cmdline.py
fbs/resources.py
fbs.egg-info/PKG-INFO
fbs.egg-info/SOURCES.txt
fbs.egg-info/dependency_links.txt
fbs.egg-info/top_level.txt
fbs/builtin_commands/__init__.py
fbs/builtin_commands/project_template/src/build/settings/base.json
fbs/builtin_commands/project_template/src/build/settings/linux.json
fbs/builtin_commands/project_template/src/build/settings/mac.json
fbs/builtin_commands/project_template/src/main/NSIS/Installer.nsi
fbs/builtin_commands/project_template/src/main/NSIS/ShellExecAsUser.dll
fbs/builtin_commands/project_template/src/main/icons/Icon.ico
fbs/builtin_commands/project_template/src/main/icons/README.md
fbs/builtin_commands/project_template/src/main/icons/base/16.png
fbs/builtin_commands/project_template/src/main/icons/base/24.png
fbs/builtin_commands/project_template/src/main/icons/base/32.png
fbs/builtin_commands/project_template/src/main/icons/base/48.png
fbs/builtin_commands/project_template/src/main/icons/base/64.png
fbs/builtin_commands/project_template/src/main/icons/linux/1024.png
fbs/builtin_commands/project_template/src/main/icons/linux/128.png
fbs/builtin_commands/project_template/src/main/icons/linux/256.png
fbs/builtin_commands/project_template/src/main/icons/linux/512.png
fbs/builtin_commands/project_template/src/main/icons/mac/1024.png
fbs/builtin_commands/project_template/src/main/icons/mac/128.png
fbs/builtin_commands/project_template/src/main/icons/mac/256.png
fbs/builtin_commands/project_template/src/main/icons/mac/512.png
fbs/builtin_commands/project_template/src/main/python/main.py
fbs/builtin_commands/project_template/src/main/resources/linux-global/usr/share/applications/${app_name}.desktop
fbs/builtin_commands/project_template/src/main/resources/mac-frozen/Contents/Info.plist
fbs/default_settings/arch.json
fbs/default_settings/base.json
fbs/default_settings/fedora.json
fbs/default_settings/linux.json
fbs/default_settings/mac.json
fbs/default_settings/ubuntu.json
fbs/default_settings/windows.json
fbs/freeze/__init__.py
fbs/freeze/arch.py
fbs/freeze/fedora.py
fbs/freeze/linux.py
fbs/freeze/mac.py
fbs/freeze/ubuntu.py
fbs/freeze/windows.py
fbs/installer/__init__.py
fbs/installer/arch.py
fbs/installer/fedora.py
fbs/installer/linux.py
fbs/installer/ubuntu.py
fbs/installer/windows.py
fbs/installer/mac/__init__.py
fbs/installer/mac/yoursway-create-dmg/LICENSE
fbs/installer/mac/yoursway-create-dmg/README.md
fbs/installer/mac/yoursway-create-dmg/create-dmg
fbs/installer/mac/yoursway-create-dmg/sample
fbs/installer/mac/yoursway-create-dmg/support/dmg-license.py
fbs/installer/mac/yoursway-create-dmg/support/template.applescript
fbs_runtime/__init__.py
fbs_runtime/_signal.py
fbs_runtime/_state.py
fbs_runtime/application_context.py
fbs_runtime/platform.py