Skip to content

Commit

Permalink
moved python script to better directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamik423 committed Aug 29, 2023
1 parent 24e5b6e commit 628d4bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
</goals>
<configuration>
<executable>python3</executable>
<workingDirectory>${project.basedir}</workingDirectory>
<workingDirectory>${project.build.sourceDir}</workingDirectory>
<arguments>
<argument>fix_license_file.py</argument>
<argument>${project.build.directory}/${my.finalShortName}.app/Contents/Resources/Java/${my.finalJarName}.jar</argument>
Expand Down
File renamed without changes.

0 comments on commit 628d4bf

Please sign in to comment.