change version number and binary name
parent
af082829e5
commit
3bfa874afb
|
@ -81,7 +81,7 @@ It should be enough to do a simple:
|
|||
```bash
|
||||
./gradlew build
|
||||
```
|
||||
You can then find the executable in `build/bin/native/releaseExecutable`.
|
||||
You can then find the executable in `build/bin/native/hcReleaseExecutable`.
|
||||
|
||||
## License
|
||||
This software is licensed under the MPL 2.0, see the [LICENSE](LICENSE) file.
|
||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "fi.schro"
|
||||
version = "0.0.1"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -23,7 +23,7 @@ kotlin {
|
|||
|
||||
nativeTarget.apply {
|
||||
binaries {
|
||||
executable {
|
||||
executable("hc") {
|
||||
entryPoint = "fi.schro.main"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue