chore: rename directory to icons
This commit is contained in:
parent
d4ca574f1f
commit
6966124249
8 changed files with 105 additions and 105 deletions
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -38,8 +38,8 @@ final _logger = Logger("main");
|
|||
|
||||
Future<void> initSystemTray() async {
|
||||
String path = Platform.isWindows
|
||||
? 'assets/icon/auth-icon.ico'
|
||||
: 'assets/icon/auth-icon.png';
|
||||
? 'assets/icons/auth-icon.ico'
|
||||
: 'assets/icons/auth-icon.png';
|
||||
|
||||
final AppWindow appWindow = AppWindow();
|
||||
final SystemTray systemTray = SystemTray();
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
display_name: Auth
|
||||
license: GPLv3
|
||||
|
||||
icon: assets/icon/auth-icon.png
|
||||
|
||||
keywords:
|
||||
- Authentication
|
||||
- 2FA
|
||||
|
||||
generic_name: ente Auth
|
||||
|
||||
categories:
|
||||
- Utility
|
||||
|
||||
startup_notify: false
|
||||
|
||||
# You can specify the shared libraries that you want to bundle with your app
|
||||
#
|
||||
# flutter_distributor automatically detects the shared libraries that your app
|
||||
# depends on, but you can also specify them manually here.
|
||||
#
|
||||
# The following example shows how to bundle the libcurl library with your app.
|
||||
#
|
||||
# include:
|
||||
# - libcurl.so.4
|
||||
include: []
|
||||
display_name: Auth
|
||||
license: GPLv3
|
||||
|
||||
icon: assets/icons/auth-icon.png
|
||||
|
||||
keywords:
|
||||
- Authentication
|
||||
- 2FA
|
||||
|
||||
generic_name: ente Auth
|
||||
|
||||
categories:
|
||||
- Utility
|
||||
|
||||
startup_notify: false
|
||||
|
||||
# You can specify the shared libraries that you want to bundle with your app
|
||||
#
|
||||
# flutter_distributor automatically detects the shared libraries that your app
|
||||
# depends on, but you can also specify them manually here.
|
||||
#
|
||||
# The following example shows how to bundle the libcurl library with your app.
|
||||
#
|
||||
# include:
|
||||
# - libcurl.so.4
|
||||
include: []
|
||||
|
|
|
@ -1,34 +1,34 @@
|
|||
display_name: Auth
|
||||
package_name: auth
|
||||
maintainer:
|
||||
name: Ente.io Developers
|
||||
email: human@ente.io
|
||||
priority: optional
|
||||
section: x11
|
||||
essential: false
|
||||
license: GPLv3
|
||||
icon: assets/icon/auth-icon.png
|
||||
installed_size: 36000
|
||||
|
||||
dependencies:
|
||||
- libwebkit2gtk-4.0-37
|
||||
- libsqlite3-0
|
||||
- libsodium23
|
||||
- libsecret-1-0
|
||||
- libappindicator3-1 | libayatana-appindicator3-1
|
||||
- gir1.2-appindicator3-0.1 | gir1.2-ayatanaappindicator3-0.1
|
||||
- libayatana-ido3-0.4-0
|
||||
|
||||
keywords:
|
||||
- Authentication
|
||||
- 2FA
|
||||
|
||||
generic_name: Ente Authentication
|
||||
|
||||
categories:
|
||||
- Utility
|
||||
|
||||
startup_notify: false
|
||||
|
||||
supported_mime_type:
|
||||
- x-scheme-handler/ente
|
||||
display_name: Auth
|
||||
package_name: auth
|
||||
maintainer:
|
||||
name: Ente.io Developers
|
||||
email: human@ente.io
|
||||
priority: optional
|
||||
section: x11
|
||||
essential: false
|
||||
license: GPLv3
|
||||
icon: assets/icons/auth-icon.png
|
||||
installed_size: 36000
|
||||
|
||||
dependencies:
|
||||
- libwebkit2gtk-4.0-37
|
||||
- libsqlite3-0
|
||||
- libsodium23
|
||||
- libsecret-1-0
|
||||
- libappindicator3-1 | libayatana-appindicator3-1
|
||||
- gir1.2-appindicator3-0.1 | gir1.2-ayatanaappindicator3-0.1
|
||||
- libayatana-ido3-0.4-0
|
||||
|
||||
keywords:
|
||||
- Authentication
|
||||
- 2FA
|
||||
|
||||
generic_name: Ente Authentication
|
||||
|
||||
categories:
|
||||
- Utility
|
||||
|
||||
startup_notify: false
|
||||
|
||||
supported_mime_type:
|
||||
- x-scheme-handler/ente
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
icon: assets/icon/auth-icon.png
|
||||
summary: 2FA app with free end-to-end encrypted backup and sync
|
||||
group: Application/Utility
|
||||
vendor: Ente.io
|
||||
packager: Ente.io Developers
|
||||
packagerEmail: human@ente.io
|
||||
license: GPLv3
|
||||
url: https://github.com/ente-io/ente
|
||||
|
||||
display_name: Auth
|
||||
|
||||
dependencies:
|
||||
- libsqlite3x
|
||||
- webkit2gtk-4.0
|
||||
- libsodium
|
||||
- libsecret
|
||||
- libappindicator
|
||||
|
||||
keywords:
|
||||
- Authentication
|
||||
- 2FA
|
||||
|
||||
generic_name: Ente Authentication
|
||||
|
||||
categories:
|
||||
- Utility
|
||||
|
||||
startup_notify: false
|
||||
|
||||
supported_mime_type:
|
||||
- x-scheme-handler/ente
|
||||
icon: assets/icons/auth-icon.png
|
||||
summary: 2FA app with free end-to-end encrypted backup and sync
|
||||
group: Application/Utility
|
||||
vendor: Ente.io
|
||||
packager: Ente.io Developers
|
||||
packagerEmail: human@ente.io
|
||||
license: GPLv3
|
||||
url: https://github.com/ente-io/ente
|
||||
|
||||
display_name: Auth
|
||||
|
||||
dependencies:
|
||||
- libsqlite3x
|
||||
- webkit2gtk-4.0
|
||||
- libsodium
|
||||
- libsecret
|
||||
- libappindicator
|
||||
|
||||
keywords:
|
||||
- Authentication
|
||||
- 2FA
|
||||
|
||||
generic_name: Ente Authentication
|
||||
|
||||
categories:
|
||||
- Utility
|
||||
|
||||
startup_notify: false
|
||||
|
||||
supported_mime_type:
|
||||
- x-scheme-handler/ente
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
title: Auth
|
||||
icon: ../../../assets/icon/auth-icon.png
|
||||
contents:
|
||||
- x: 448
|
||||
y: 344
|
||||
type: link
|
||||
path: "/Applications"
|
||||
- x: 192
|
||||
y: 344
|
||||
type: file
|
||||
path: ente Auth.app
|
||||
title: Auth
|
||||
icon: ../../../assets/icons/auth-icon.png
|
||||
contents:
|
||||
- x: 448
|
||||
y: 344
|
||||
type: link
|
||||
path: "/Applications"
|
||||
- x: 192
|
||||
y: 344
|
||||
type: file
|
||||
path: ente Auth.app
|
||||
|
|
|
@ -4,7 +4,7 @@ publisher_url: https://github.com/ente-io/ente
|
|||
display_name: ente Auth
|
||||
create_desktop_icon: false
|
||||
install_dir_name: "{pf}\\Ente Auth"
|
||||
setup_icon_file: ../../assets/icon/auth-icon.ico
|
||||
setup_icon_file: ../../assets/icons/auth-icon.ico
|
||||
script_template: inno_setup.iss
|
||||
locales:
|
||||
- en
|
||||
|
|
Loading…
Reference in a new issue