Skip to content

Commit

Permalink
Update relative path using Unix folder separator (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 23, 2024
1 parent c491212 commit 7389a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Clear C# generated files
shell: pwsh
run: Remove-Item ./src/net/Netdroid/Generated\* -Recurse -Force -Exclude README.md
run: Remove-Item ./src/net/Netdroid/Generated/* -Recurse -Force -Exclude README.md

- name: Clear Java generated files
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions src/configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"RelativeDestinationCSharpClassPath": "net\\Netdroid\\Generated",
"RelativeDestinationJavaListenerPath": "jvm\\netdroid\\src\\main\\java",
"RelativeDestinationCSharpClassPath": "net/Netdroid/Generated",
"RelativeDestinationJavaListenerPath": "jvm/netdroid/src/main/java",
"JavaListenerBasePackage": "org.mases.netdroid.generated",
"ReflectDeprecated": true,
"PreferMethodWithSignature": true,
Expand Down

0 comments on commit 7389a9d

Please sign in to comment.