mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-04-05 06:49:03 +00:00
@@ -17,7 +17,7 @@ env:
|
||||
# Environment variables for packaging
|
||||
- PRODUCT=flameshot
|
||||
#TODO: we should take version from the last tag in git history + build number
|
||||
- VERSION=0.7.5
|
||||
- VERSION=0.7.6
|
||||
- RELEASE=1
|
||||
- ARCH=x86_64
|
||||
# Dockerfile from https://github.com/flameshotapp/flameshot-docker-images
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image: Visual Studio 2015
|
||||
|
||||
#TODO: we should take version from the last tag in git history + build number
|
||||
version: 0.7.5.{build}
|
||||
version: 0.7.6.{build}
|
||||
# Major_Version_Number.Minor_Version_Number.Patch_Number.Build_Number
|
||||
|
||||
skip_branch_with_pr: true
|
||||
|
||||
@@ -8,7 +8,7 @@ win32:LIBS += -luser32 -lshell32
|
||||
|
||||
LIBS += -Llibeay32 -Lssleay32
|
||||
|
||||
BASE_VERSION = 0.7.5
|
||||
BASE_VERSION = 0.7.6
|
||||
TAG_VERSION = "$$system(git --git-dir $$PWD/.git rev-parse --short HEAD)"
|
||||
isEmpty(TAG_VERSION){
|
||||
DEFINES += APP_VERSION=\\\"$$BASE_VERSION\\\"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -x
|
||||
|
||||
GIT_REMOTE=origin
|
||||
BASE_VERSION_NEW="0.7.5"
|
||||
BASE_VERSION_NEW="0.7.6"
|
||||
BASE_VERSION_CUR=$(cat flameshot.pro |grep "[0-9]\+\.[0-9]\+\.[0-9]\+" |awk "{print \$3}")
|
||||
|
||||
if [ "${BASE_VERSION_CUR}" == "${BASE_VERSION_NEW}" ]; then
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
[Setup]
|
||||
AppName=Flameshot
|
||||
AppVersion=0.7.5-57b5773
|
||||
AppVersion=0.7.6-86e4b51
|
||||
AppCopyright=NameCheap inc.
|
||||
VersionInfoVersion=0.7.5
|
||||
VersionInfoVersion=0.7.6
|
||||
WizardStyle=modern
|
||||
DefaultDirName={autopf}\Flameshot
|
||||
DefaultGroupName=Flameshot
|
||||
|
||||
Reference in New Issue
Block a user