Skip to content

Commit 7709eb4

Browse files
committed
keep suffix env var in make deb target
1 parent 5d79af1 commit 7709eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pkg: app gon
183183

184184
# Run by GitHub actions on linux
185185
deb: linux-client linux-icon
186-
SUFFIX="" ./packaging/linux/build-deb $(VERSION)
186+
./packaging/linux/build-deb $(VERSION)
187187

188188
# Run by GitHub actions on linux(!)
189189
nsis: windows-client windows-icon

0 commit comments

Comments
 (0)