Skip to content

Commit 541c71a

Browse files
committed
verbose build
1 parent bb08b55 commit 541c71a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/package.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
java-version: '22.0.2'
2323
- name: Show Build Versions
2424
run: ./gradlew -v
25-
- name: Install rpmbuild
26-
if: ${{ runner.os == 'Linux' && runner.arch == 'Arm64' }}
27-
run: |
28-
sudo apt-get update
29-
sudo apt-get install -y rpm fakeroot binutils
3025
- name: Build with Gradle
31-
run: ./gradlew jpackage
26+
run: ./gradlew -i jpackage
3227
- name: Package zip distribution
3328
if: ${{ runner.os == 'Windows' || runner.os == 'macOS' }}
3429
run: ./gradlew packageZipDistribution

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jlink {
288288
} else {
289289
installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-menu-group', 'Sparrow']
290290
}
291-
installerOptions += ['--linux-app-category', 'utils', '--linux-app-release', '1', '--linux-rpm-license-type', 'ASL 2.0', '--linux-deb-maintainer', 'mail@sparrowwallet.com']
291+
installerOptions += ['--verbose', '--linux-app-category', 'utils', '--linux-app-release', '1', '--linux-rpm-license-type', 'ASL 2.0', '--linux-deb-maintainer', 'mail@sparrowwallet.com']
292292
imageOptions += ['--icon', 'src/main/deploy/package/linux/Sparrow.png', '--resource-dir', 'src/main/deploy/package/linux/']
293293
}
294294
if(os.macOsX) {

0 commit comments

Comments
 (0)