Added a placeholder icon and added my name on the credits and more stuff

This commit is contained in:
jeffser 2024-05-12 19:35:41 -06:00
parent 91199b8e1d
commit 837b479d60
2 changed files with 121 additions and 130 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -47,9 +47,11 @@ class AlpacaApplication(Adw.Application):
application_name='Alpaca',
application_icon='com.jeffser.Alpaca',
developer_name='Jeffry Samuel Eduarte Rojas',
version='0.1.0',
developers=['Jeffser'],
copyright='© 2024 Jeffser')
version='0.1.1',
developers=['Jeffser https://jeffser.com'],
designers=['Jeffser https://jeffser.com'],
copyright='© 2024 Jeffser',
issue_url='https://github.com/Jeffser/Alpaca/issues')
about.present()
def on_preferences_action(self, widget, _):