-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
92 additions
and
14 deletions.
There are no files selected for viewing
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,5 +1,3 @@ | ||
// This is a hashbang include. You can run the command after the #! to see what | ||
// configuration is being extracted from the Gradle build using the Conveyor plugin. | ||
include "#!./gradlew -q printConveyorConfig" | ||
|
||
// This enables native library extraction, which improves app startup time and robustness. | ||
|
@@ -16,7 +14,10 @@ app { | |
vendor = DatePollSystems | ||
contact-email = "[email protected]" | ||
|
||
icons = icon.svg // TODO add and change loading of it in App.kt | ||
icons = icon.svg | ||
mac.icons = icon-rounded.svg | ||
site.icons = icon-rounded.svg | ||
|
||
windows.inputs += TASK/rendered-icons/windows | ||
linux.inputs += TASK/rendered-icons/linux | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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