diff options
author | Matt Singleton <matt@xcolour.net> | 2022-01-19 19:03:01 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-19 19:03:01 -0600 |
commit | 616371e01fa96653bd43f4384a6b8ef68b3661b5 (patch) | |
tree | f156998b6de2ad66ef72423a309f8df99140892b /.gitignore | |
parent | 35a197f5e5263bfb0e7d41717b2153c03e50008d (diff) |
get it working with pyinstaller on macos
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ venv/ +build/ +dist/ +Gemini Browser.spec |