diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..173454b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Created by .ignore support plugin (hsz.mobi) +### Example user template template +### Example user template + +# IntelliJ project files +.idea +*.iml +out +gen diff --git a/content/pybytes/releases/new.md b/content/pybytes/releases/new.md index 4acd1a8..888591a 100644 --- a/content/pybytes/releases/new.md +++ b/content/pybytes/releases/new.md @@ -24,7 +24,7 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat * Browse your target code (should be a **zip** file) * The **zip** file size is limited to **4MB** ![](/gitbook/assets/pybytes/releases/create-release-step-7.png) - * Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip)** + * Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/my-release.zip)** * Or create a zip file with the following structure: ``` my_release.zip diff --git a/static/gitbook/assets/pybytes/releases/code-example/my-code.zip b/static/gitbook/assets/pybytes/releases/code-example/my-code.zip deleted file mode 100644 index cf2d5d6..0000000 Binary files a/static/gitbook/assets/pybytes/releases/code-example/my-code.zip and /dev/null differ diff --git a/static/gitbook/assets/pybytes/releases/my-release.zip b/static/gitbook/assets/pybytes/releases/my-release.zip new file mode 100644 index 0000000..3e05ab2 Binary files /dev/null and b/static/gitbook/assets/pybytes/releases/my-release.zip differ