Skip to content

Commit

Permalink
bug fixes to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
barrownicholas committed Jun 13, 2024
1 parent 65dc4d3 commit 504bdc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
jpackage \
--verbose \
--name google-app-version \
--main-jar main.jar \
-i ./main/build/libs \
--main-jar google-app-version.jar \
-i ./build/libs \
--linux-package-name google-app-version
sudo mv *.deb google-app-version.deb
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

group = 'com.inspiretmstech'
version = '1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 504bdc2

Please sign in to comment.