Skip to content

Commit

Permalink
verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Jan 29, 2025
1 parent bb08b55 commit 541c71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ jobs:
java-version: '22.0.2'
- name: Show Build Versions
run: ./gradlew -v
- name: Install rpmbuild
if: ${{ runner.os == 'Linux' && runner.arch == 'Arm64' }}
run: |
sudo apt-get update
sudo apt-get install -y rpm fakeroot binutils
- name: Build with Gradle
run: ./gradlew jpackage
run: ./gradlew -i jpackage
- name: Package zip distribution
if: ${{ runner.os == 'Windows' || runner.os == 'macOS' }}
run: ./gradlew packageZipDistribution
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jlink {
} else {
installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-menu-group', 'Sparrow']
}
installerOptions += ['--linux-app-category', 'utils', '--linux-app-release', '1', '--linux-rpm-license-type', 'ASL 2.0', '--linux-deb-maintainer', 'mail@sparrowwallet.com']
installerOptions += ['--verbose', '--linux-app-category', 'utils', '--linux-app-release', '1', '--linux-rpm-license-type', 'ASL 2.0', '--linux-deb-maintainer', 'mail@sparrowwallet.com']
imageOptions += ['--icon', 'src/main/deploy/package/linux/Sparrow.png', '--resource-dir', 'src/main/deploy/package/linux/']
}
if(os.macOsX) {
Expand Down

0 comments on commit 541c71a

Please sign in to comment.