Skip to content

Commit 6481bf2

Browse files
committed
Small cleanup and improvements in notice, readme and app bundle
1 parent 590bd19 commit 6481bf2

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

NOTICE.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ This software uses following Maven dependencies under the following licenses:
1010
| com.fasterxml.jackson.core:jackson-annotations:2.15.3 | Apache-2.0 |
1111
| com.fasterxml.jackson.core:jackson-core:2.15.3 | Apache-2.0 |
1212

13-
This software uses following dependencies under the following licenses:
14-
| Bat To Exe Converter v3.2 | Freeware |
15-
1613

1714

1815

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ Explore, contribute, and customize the application according to your preferences
2828
### Software Requirements
2929
- JDK 11 or higher.
3030
- Maven.
31-
- Any IDE for Java
3231
### Build Options
3332
- To run application execute `mvn javafx:run`.
3433
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWave.zip` archive.
35-
- 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].
34+
- `GitWave.exe`, which run java image, is located in `tools` folder and generated by separate C++ project `tools/GitWaveExecutor`.
3635

3736
## Ideas For Further Releases
3837
- Allow working with app by using only keyboard (with correct Tabs, Esc and so on work).
@@ -48,6 +47,4 @@ We welcome contributions to my project. If you're interested in helping, please
4847
[CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to get started.
4948

5049

51-
Enjoy the efficiency and cleanliness of GitWave!
52-
53-
[winSecurity]: https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26
50+
Enjoy the efficiency and cleanliness of GitWave!

src/assembly/zip.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<includes>
1818
<include>NOTICE.txt</include>
1919
<include>LICENSE.md</include>
20+
<include>README.md</include>
2021
</includes>
2122
<outputDirectory>/</outputDirectory>
2223
</fileSet>

src/main/java/com/github/introfog/gitwave/controller/main/MainController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import javafx.stage.Stage;
3737

3838
public class MainController extends BaseController {
39-
// TODO add opportunity to check if new release is available for GitWave
4039
private DirectoryTabController directoryTabController;
4140
@FXML
4241
private TextField directory;

0 commit comments

Comments
 (0)