Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
added package info
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Sep 3, 2022
1 parent 57d7335 commit c9f97e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Additionally it's my first time working with compose 😬.
- not Steam games only
- Don't show ```None found``` during first availability check
- Add information dialog
- Package a single AppImage
- not the whole directory
- HELP WANTED

## Contributing

Expand Down
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("com.github.ben-manes.versions") version "0.42.0"
}

val appVersion = "1.0.0"
val appVersion = "0.1.0"

group = "dev.datlag"
version = appVersion
Expand Down Expand Up @@ -58,6 +58,10 @@ compose.desktop {
targetFormats(TargetFormat.AppImage, TargetFormat.Rpm, TargetFormat.Deb)
packageName = "DXVKoTool"
packageVersion = appVersion
outputBaseDir.set(project.buildDir.resolve("release"))
description = "The DXVKoTool extracts DXVK caches of games automatically and can update them with newer caches"
copyright = "© 2020 Jeff Retz (DatLag). All rights reserved."
licenseFile.set(project.file("LICENSE"))
}
}
}

0 comments on commit c9f97e2

Please sign in to comment.