diff --git a/.gitignore b/.gitignore index 65c359a..be0c9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# MacOS Garbage +.DS_Store \ No newline at end of file diff --git a/meta.json b/meta.json index 921a23c..22c692d 100644 --- a/meta.json +++ b/meta.json @@ -13,8 +13,12 @@ "entrypoint": "reload.sh", "first_run": "", "build": { - "build": "rm -f module.tar.gz && tar czf module.tar.gz requirements.txt src/*.py meta.json setup.sh reload.sh", + "build": "./build.sh", "setup": "./setup.sh", - "path": "module.tar.gz" + "path": "dist/archive.tar.gz", + "arch": [ + "linux/amd64", + "linux/arm64" + ] } } \ No newline at end of file