Skip to content

Commit 0e12ebe

Browse files
committed
build: fix build
1 parent 977df69 commit 0e12ebe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BUILD_ROOT := ../build-package
55
BASE_NAME := quickgui_$(SHORT_VERSION)
66
BUILD_DIR := $(BUILD_ROOT)/$(BASE_NAME)
77
BIN_TAR := $(BUILD_ROOT)/$(BASE_NAME).tar
8+
ORIG_TAR := $(BASE_NAME).orig.tar
89
SRC_TAR := $(BUILD_ROOT)/$(BASE_NAME)-src.tar
910
FLUTTER := /opt/flutter/bin/flutter
1011

@@ -39,7 +40,7 @@ bin: quickgui
3940
xz -z $(BIN_TAR)
4041

4142
ppa: version
42-
cp $(BIN_TAR).xz /mnt/data/dev/debianpackages/quickgui.deb/
43+
cp $(BIN_TAR).xz /mnt/data/dev/debianpackages/quickgui.deb/$(ORIG_TAR).xz
4344
cd /mnt/data/dev/debianpackages/quickgui.deb/quickgui ; \
4445
dch -v $(VERSION) "New changelog message" ; \
4546
vi debian/changelog ; \

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: quickgui
22
description: A new Flutter project.
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 1.2.7
4+
version: 1.2.7-1
55

66
environment:
77
sdk: ">=2.14.4 <3.0.0"

0 commit comments

Comments
 (0)