-
-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for auth desktop - Install Dir path and name fix - Install/Uninstall Icon fix - Don't check "add Desktop icon" by default - Fix Exit app in system tray
- Loading branch information
Showing
22 changed files
with
286 additions
and
186 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
flutter_icons: | ||
android: "launcher_icon" | ||
image_path: "assets/icon-light.png" | ||
adaptive_icon_foreground: "assets/icon-light-adaptive-fg.png" | ||
adaptive_icon_background: "#ffffff" | ||
|
||
flutter_icons: | ||
android: "launcher_icon" | ||
image_path: "assets/generation-icons/icon-light.png" | ||
adaptive_icon_foreground: "assets/generation-icons/icon-light-adaptive-fg.png" | ||
adaptive_icon_background: "#ffffff" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
display_name: Auth | ||
package_name: auth | ||
maintainer: | ||
name: Ente.io Developers | ||
email: [email protected] | ||
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: [email protected] | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: [email protected] | ||
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: [email protected] | ||
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 |
Oops, something went wrong.