Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit e31a2b1

Browse files
Revert "Adding launch4j to create an exe"
This reverts commit 68bf089.
1 parent 4dec504 commit e31a2b1

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

app/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ version = "0.1.0"
1010
plugins {
1111
// Apply the application plugin to add support for building a CLI application in Java.
1212
application
13-
id("java")
14-
id("edu.sc.seis.launch4j") version "3.0.6"
1513
}
1614

1715
repositories {
@@ -43,14 +41,6 @@ java {
4341
// standardInput = System.`in`
4442
// }
4543

46-
launch4j {
47-
outfile = "epm.exe"
48-
mainClassName = "com.raphaeltannous.App"
49-
50-
icon = "${projectDir}/epm.ico"
51-
productName = "Encrypted Password Manager"
52-
}
53-
5444
application {
5545
// Define the main class for the application.
5646
mainClass = "com.raphaeltannous.App"
-1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)