Skip to content

Commit

Permalink
build: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ymauray committed Nov 11, 2022
1 parent 977df69 commit 0e12ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BUILD_ROOT := ../build-package
BASE_NAME := quickgui_$(SHORT_VERSION)
BUILD_DIR := $(BUILD_ROOT)/$(BASE_NAME)
BIN_TAR := $(BUILD_ROOT)/$(BASE_NAME).tar
ORIG_TAR := $(BASE_NAME).orig.tar
SRC_TAR := $(BUILD_ROOT)/$(BASE_NAME)-src.tar
FLUTTER := /opt/flutter/bin/flutter

Expand Down Expand Up @@ -39,7 +40,7 @@ bin: quickgui
xz -z $(BIN_TAR)

ppa: version
cp $(BIN_TAR).xz /mnt/data/dev/debianpackages/quickgui.deb/
cp $(BIN_TAR).xz /mnt/data/dev/debianpackages/quickgui.deb/$(ORIG_TAR).xz
cd /mnt/data/dev/debianpackages/quickgui.deb/quickgui ; \
dch -v $(VERSION) "New changelog message" ; \
vi debian/changelog ; \
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: quickgui
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.2.7
version: 1.2.7-1

environment:
sdk: ">=2.14.4 <3.0.0"
Expand Down

0 comments on commit 0e12ebe

Please sign in to comment.