From 2f89ab3d01888bfd2537c70f9a3a232dd58e9f0a Mon Sep 17 00:00:00 2001 From: Clovis Fabricio Costa Date: Thu, 29 Sep 2022 09:23:28 -0300 Subject: [PATCH] =?UTF-8?q?Acertos=20na=20documenta=C3=A7=C3=A3o=20e=20tex?= =?UTF-8?q?to=20de=20licen=C3=A7a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- setup.py | 4 ++-- zipasta.py | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89192ca..e384125 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Codifica e decodifica arquivos em forma de nome de pastas vazias ## Instalação #### Executável windows -Baixe o último zip na seção de releases e extraia (pode estar desatualizado) +Baixe o último zip na [seção de versões](https://fontes.dasua.casa/nosklo/zipasta/releases) e extraia (pode estar desatualizado). #### Código fonte Faça um clone do repositório e rode no python; O código não tem dependências externas. @@ -26,3 +26,10 @@ compõem o conteúdo deste arquivo serão excluídas do dispositivo sem confirma > **Seja paciente, arquivos grandes podem demorar bastante para processar e o programa pode não responder por um tempo.** +## `setup.py` + +Permite criar executável com o `cx_freeze`: + + pip install cx_freeze + python setup.py build + diff --git a/setup.py b/setup.py index 10a2801..1dd744e 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ zipasta is free software: you can redistribute it and/or modify it under the ter License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +zipasta is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with zipasta. If not, -see . +see https://www.gnu.org/licenses/ """ import sys diff --git a/zipasta.py b/zipasta.py index 2b8b075..489cabb 100644 --- a/zipasta.py +++ b/zipasta.py @@ -7,11 +7,11 @@ zipasta is free software: you can redistribute it and/or modify it under the ter License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +zipasta is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with zipasta. If not, -see . +see https://www.gnu.org/licenses/ """ import base64