Skip to content

Commit e74d1c5

Browse files
committed
Minor improvements
1 parent 0d3fd97 commit e74d1c5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Explore, contribute, and customize the application according to your preferences
3131
- Any IDE for Java
3232
### Build Options
3333
- To run application execute `mvn javafx:run`.
34-
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWaveImage/GitWave.zip` archive.
34+
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWave.zip` archive.
3535
- Windows can consider `GitWave.exe` or `batToExe.exe` as a dangerous files and remove them. In that case add repository folder to [Windows Security exclusion][winSecurity].
3636

3737
## Ideas For Further Releases

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@
133133
<executable>cmd</executable>
134134
<arguments>
135135
<argument>/c</argument>
136-
<argument>echo "javaImage/bin/java" -m
137-
com.github.introfog.gitwave/com.github.introfog.gitwave.GitWaveLauncher >
138-
target/launcher.bat</argument>
136+
<argument>echo "javaImage/bin/java" -m com.github.introfog.gitwave/com.github.introfog.gitwave.GitWaveLauncher > target/launcher.bat</argument>
139137
</arguments>
140138
</configuration>
141139
</execution>

0 commit comments

Comments
 (0)