Skip to content

Commit

Permalink
updating commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurul-GC authored and Nurul-GC committed Mar 8, 2021
1 parent bfee9e4 commit d7963e8
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ap-qt.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# -*- mode: python ; coding: utf-8 -*-

block_cipher = None


a = Analysis(['ap-qt.py'],
pathex=['/home/nurul-gc/PycharmProjects/Jogo_Adivinha_Palavra'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='adivinhapalavra',
debug=True,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
ico="img/adivinhapalavra-ico2.png")
17 changes: 17 additions & 0 deletions linux-config/adivinhapalavra.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (C) 2019-2021 Nurul GC
# Trademark (TM) ArtesGC
# .desktop for linux version

[Desktop Entry]
Type=Application
Name=Adivinha Palavra
GenericName=jogo de adivinha
Comment=jogo com objectivo de adivinhar que palavra foi definida letra por letra!
Categories=Game;
Exec="./adivinhapalavra"
Icon="./img/adivinhapalavra-ico2.png"
StartupWMClass=Adivinha Palavra
Terminal=false
Name[pt]=adivinhapalavra.desktop
Path="./"
StartupNotify=true
2 changes: 2 additions & 0 deletions adivinhapalavra.sh → linux-config/adivinhapalavra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
# Allah no Comando. *
#*******************************************************************************

ln -f "./adivinhapalavra.desktop" "$HOME/Área\ de\ Trabalho/"
exec ./adivinhapalavra
File renamed without changes.
File renamed without changes.

0 comments on commit d7963e8

Please sign in to comment.