-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): ensure gradlew is executable and does not use CRLF (#10751)
* test fix * ensure gradle is executable and does not use CRLF * fix import * add change file * add 0o111 instead
- Loading branch information
1 parent
58dda44
commit 2d31aef
Showing
2 changed files
with
36 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"tauri-cli": patch:bug | ||
"@tauri-apps/cli": patch:bug | ||
--- | ||
|
||
Ensure gradlew is executable and does not use CRLF so it can be used on UNIX systems. |
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