-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from kaleidot725/develop_v1.8.0
Merge v1.8.0
- Loading branch information
Showing
89 changed files
with
1,960 additions
and
1,144 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
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 |
---|---|---|
|
@@ -24,3 +24,4 @@ gradle-app.setting | |
src/setting.json | ||
src/gradle.properties | ||
src/gradle.properties | ||
output |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
include required("generated.conveyor.conf") | ||
include required("/stdlib/jvm/enhancements/client/v1.conf") | ||
include required("/stdlib/jdk/17.0.5+8/amazon.conf") | ||
|
||
app { | ||
display-name = "ScrcpyHub" | ||
site.base-url = "https://scrcpyhub.netlify.app" | ||
icons = "icons/icon-*.png" | ||
windows.icons = "icons/icon-*.png" | ||
|
||
jvm { | ||
modules += jdk.management | ||
} | ||
} | ||
|
||
conveyor.compatibility-level = 4 | ||
conveyor.license-key = "znsu-gayi" |
Oops, something went wrong.