diff --git a/.gitignore b/.gitignore index aebb82c..d337f31 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .DS_Store Archive.zip images/store +package.zip \ No newline at end of file diff --git a/create_package.sh b/create_package.sh new file mode 100755 index 0000000..95e8def --- /dev/null +++ b/create_package.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +zip -r package.zip . \ + -x ".*" \ + -x "*/.*" \ + -x "create_package.sh" \ + -x "package.zip" \ + -x ".DS_Store" \ + -x "README.md" \ + -x "LICENSE" \ + -x "yt_auto_pause.png" \ No newline at end of file diff --git a/yt_auto_pause.png b/yt_auto_pause.png index 382340d..0b58fb7 100644 Binary files a/yt_auto_pause.png and b/yt_auto_pause.png differ