Skip to content

Commit

Permalink
fix cake script error
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Feb 18, 2024
1 parent 94c926f commit 84512b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -26,7 +26,7 @@ var version = MinVer();
var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
// var packageVersion = version + modifier + dbgSuffix;

var packageversion = version
var packageversion = version;

//////////////////////////////////////////////////////////////////////
// DEFINE RUN CONSTANTS
Expand Down

0 comments on commit 84512b4

Please sign in to comment.