Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fersilentt committed Aug 24, 2023
2 parents bb1d80d + 9fec8e5 commit 80d8e49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ py2applet --make-setup LanguageDictionary.py resources/language-dictionary.icns
python setup.py py2app
```

3. Copiamos el contenido del codigo faltante siguiendo los siguientes pasos

```
a. Entramos a la carpeta "dist"
b. En la aplicacion creada damos clic en "Mostrar el contenido del paquete"
c. Copiamos la carpeta "src", en dentro de "/Contents/Resources"
```

0 comments on commit 80d8e49

Please sign in to comment.