mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 00:53:51 -07:00
Release preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2216 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
6b60926e4e
commit
5c4698256e
10 changed files with 48 additions and 195 deletions
|
@ -195,8 +195,8 @@ namespace GreenshotPlugin.Core {
|
|||
public bool EnableSpecialDIBClipboardReader;
|
||||
|
||||
// Specify what THIS build is
|
||||
public bool isRelease = false;
|
||||
public bool isReleaseCandidate = true;
|
||||
public bool isRelease = true;
|
||||
public bool isReleaseCandidate = false;
|
||||
public bool isUnstable = false;
|
||||
|
||||
/// <summary>
|
||||
|
@ -294,7 +294,7 @@ namespace GreenshotPlugin.Core {
|
|||
/// </summary>
|
||||
public override void AfterLoad() {
|
||||
// Comment with releases
|
||||
CheckUnstable = true;
|
||||
// CheckUnstable = true;
|
||||
|
||||
if (OutputDestinations == null) {
|
||||
OutputDestinations = new List<string>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue