gitextract_4ttzgoi5/ ├── .github/ │ └── workflows/ │ ├── build.yml │ └── test.yml ├── .gitignore ├── LICENSE ├── README.md ├── RELEASE.md ├── after-pack.js ├── build/ │ ├── entitlements.mac.inherit.plist │ ├── entitlements.mac.plist │ ├── icon.icns │ ├── installer.nsh │ └── sign.js ├── chmod.js ├── config.js ├── full.js ├── linux_build.sh ├── main.js ├── minimal.js ├── package.json ├── patch-linux-arm64-natives.js ├── popup-shell.js ├── popup-toolbar.html ├── preload.js ├── prompt.html ├── script/ │ ├── patch.command │ ├── run-update-banner-test.js │ └── zip.js ├── splash.html ├── temp/ │ ├── rebuild.js │ └── yarn.js ├── update-banner.html ├── updater.js └── wrap-linux-launcher.js