mirror of https://github.com/procxx/kepka.git
fixed build scripts
This commit is contained in:
parent
ec5ea2afc1
commit
5502f2503f
|
@ -5,11 +5,12 @@ while IFS='' read -r line || [[ -n "$line" ]]; do
|
||||||
eval $1="$2"
|
eval $1="$2"
|
||||||
done < Version
|
done < Version
|
||||||
|
|
||||||
if [ "$BetaVersion" != "0"]; then
|
VersionForPacker="$AppVersion"
|
||||||
|
if [ "$BetaVersion" != "0" ]; then
|
||||||
AppVersion="$BetaVersion"
|
AppVersion="$BetaVersion"
|
||||||
AppVersionStrFull="$AppVersionStr_$BetaVersion"
|
AppVersionStrFull="${AppVersionStr}_${BetaVersion}"
|
||||||
DevParam="-beta $BetaVersion"
|
DevParam="-beta $BetaVersion"
|
||||||
BetaKeyFile="tbeta_$AppVersion_key"
|
BetaKeyFile="tbeta_${AppVersion}_key"
|
||||||
elif [ "$DevChannel" == "0" ]; then
|
elif [ "$DevChannel" == "0" ]; then
|
||||||
AppVersionStrFull="$AppVersionStr"
|
AppVersionStrFull="$AppVersionStr"
|
||||||
DevParam=''
|
DevParam=''
|
||||||
|
@ -56,7 +57,7 @@ elif [ "$BuildTarget" == "mac32" ]; then
|
||||||
ReleasePath="./../Mac/Release"
|
ReleasePath="./../Mac/Release"
|
||||||
BinaryName="Telegram"
|
BinaryName="Telegram"
|
||||||
elif [ "$BuildTarget" == "macstore" ]; then
|
elif [ "$BuildTarget" == "macstore" ]; then
|
||||||
if [ "$BetaVersion" != "0"]; then
|
if [ "$BetaVersion" != "0" ]; then
|
||||||
echo "Can't build macstore beta version!"
|
echo "Can't build macstore beta version!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -72,11 +73,16 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#if [ "$BuildTarget" == "linux" ] || [ "$BuildTarget" == "linux32" ] || [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarget" == "macstore" ]; then
|
#if [ "$BuildTarget" == "linux" ] || [ "$BuildTarget" == "linux32" ] || [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarget" == "macstore" ]; then
|
||||||
if [ "$BetaVersion" != "0"]; then
|
if [ "$BetaVersion" != "0" ]; then
|
||||||
if [ -f "$ReleasePath/$BetaKeyFile" ]; then
|
if [ -f "$ReleasePath/$BetaKeyFile" ]; then
|
||||||
echo "Beta version key file for version $AppVersion already exists!"
|
echo "Beta version key file for version $AppVersion already exists!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStrFull" ]; then
|
||||||
|
echo "Deploy folder for version $AppVersionStrFull already exists!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
if [ -d "$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStr.dev" ]; then
|
if [ -d "$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStr.dev" ]; then
|
||||||
echo "Deploy folder for version $AppVersionStr.dev already exists!"
|
echo "Deploy folder for version $AppVersionStr.dev already exists!"
|
||||||
|
@ -87,11 +93,11 @@ fi
|
||||||
echo "Update file for version $AppVersion already exists!"
|
echo "Update file for version $AppVersion already exists!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -d "$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStr" ]; then
|
if [ -d "$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStr" ]; then
|
||||||
echo "Deploy folder for version $AppVersionStr already exists!"
|
echo "Deploy folder for version $AppVersionStr already exists!"
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DeployPath="$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStrFull"
|
DeployPath="$ReleasePath/deploy/$AppVersionStrMajor/$AppVersionStrFull"
|
||||||
|
@ -123,7 +129,7 @@ if [ "$BuildTarget" == "linux" ] || [ "$BuildTarget" == "linux32" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Preparing version $AppVersionStrFull, executing Packer.."
|
echo "Preparing version $AppVersionStrFull, executing Packer.."
|
||||||
cd "$ReleasePath" && "./Packer" -path Telegram -path Updater -version $AppVersion $DevParam && cd "$HomePath"
|
cd "$ReleasePath" && "./Packer" -path Telegram -path Updater -version $VersionForPacker $DevParam && cd "$HomePath"
|
||||||
echo "Packer done!"
|
echo "Packer done!"
|
||||||
|
|
||||||
if [ "$BetaVersion" != "0" ]; then
|
if [ "$BetaVersion" != "0" ]; then
|
||||||
|
@ -136,8 +142,8 @@ if [ "$BuildTarget" == "linux" ] || [ "$BuildTarget" == "linux32" ]; then
|
||||||
BetaSignature="$line"
|
BetaSignature="$line"
|
||||||
done < "$ReleasePath/$BetaKeyFile"
|
done < "$ReleasePath/$BetaKeyFile"
|
||||||
|
|
||||||
UpdateFile="$UpdateFile_$BetaSignature"
|
UpdateFile="${UpdateFile}_${BetaSignature}"
|
||||||
SetupFile="tbeta$BetaVersion_$BetaSignature.tar.xz"
|
SetupFile="tbeta${BetaVersion}_${BetaSignature}.tar.xz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "$ReleasePath/deploy" ]; then
|
if [ ! -d "$ReleasePath/deploy" ]; then
|
||||||
|
@ -219,7 +225,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
||||||
hdiutil convert tsetup.dmg -format UDZO -imagekey zlib-level=9 -ov -o "$SetupFile"
|
hdiutil convert tsetup.dmg -format UDZO -imagekey zlib-level=9 -ov -o "$SetupFile"
|
||||||
cd "./../../Telegram"
|
cd "./../../Telegram"
|
||||||
fi
|
fi
|
||||||
cd "$ReleasePath" && "./Packer.app/Contents/MacOS/Packer" -path "$BinaryName.app" -version $AppVersion $DevParam && cd "$HomePath"
|
cd "$ReleasePath" && "./Packer.app/Contents/MacOS/Packer" -path "$BinaryName.app" -version $VersionForPacker $DevParam && cd "$HomePath"
|
||||||
echo "Packer done!"
|
echo "Packer done!"
|
||||||
|
|
||||||
if [ "$BetaVersion" != "0" ]; then
|
if [ "$BetaVersion" != "0" ]; then
|
||||||
|
@ -232,8 +238,8 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
||||||
BetaSignature="$line"
|
BetaSignature="$line"
|
||||||
done < "$ReleasePath/$BetaKeyFile"
|
done < "$ReleasePath/$BetaKeyFile"
|
||||||
|
|
||||||
UpdateFile="$UpdateFile_$BetaSignature"
|
UpdateFile="${UpdateFile}_${BetaSignature}"
|
||||||
SetupFile="tbeta$BetaVersion_$BetaSignature.zip"
|
SetupFile="tbeta${BetaVersion}_${BetaSignature}.zip"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -175,14 +175,14 @@ int main(int argc, char *argv[])
|
||||||
DevChannel = true;
|
DevChannel = true;
|
||||||
} else if (string("-beta") == argv[i] && i + 1 < argc) {
|
} else if (string("-beta") == argv[i] && i + 1 < argc) {
|
||||||
BetaVersion = QString(argv[i + 1]).toLongLong();
|
BetaVersion = QString(argv[i + 1]).toLongLong();
|
||||||
if (BetaVersion > version * 1000 && BetaVersion < (version + 1) * 1000) {
|
if (BetaVersion > version * 1000ULL && BetaVersion < (version + 1) * 1000ULL) {
|
||||||
DevChannel = false;
|
DevChannel = false;
|
||||||
BetaSignature = countBetaVersionSignature(BetaVersion);
|
BetaSignature = countBetaVersionSignature(BetaVersion);
|
||||||
if (BetaSignature.isEmpty()) {
|
if (BetaSignature.isEmpty()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
cout << "Bad -beta param value passed, should be for the same version: " << BetaVersion << "\n";
|
cout << "Bad -beta param value passed, should be for the same version: " << version << ", beta: " << BetaVersion << "\n";
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue