Remove all GUI files and references to the GUI

As the NodeJS dependency no longer exists, the archive script has
been replaced with a CPack implementation, and the
set_version_number script turned into a Python script.
This commit is contained in:
Oliver Hamlet
2017-02-10 23:11:13 +00:00
parent 37e464f600
commit cf67649049
167 changed files with 140 additions and 32876 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"name": "REPLACE_THIS_VERSION"
},
"files": [{
"includePattern": "build/(loot-api_.+\\.tar.xz)",
"includePattern": "build/package/(loot_api-.+\\.tar.xz)",
"uploadPattern": "$1"
}],
"publish": true
-15
View File
@@ -1,15 +0,0 @@
{
"package": {
"name": "loot",
"repo": "loot",
"subject": "wrinklyninja"
},
"version": {
"name": "REPLACE_THIS_VERSION"
},
"files": [{
"includePattern": "build/(loot_.+\\.tar.xz)",
"uploadPattern": "$1"
}],
"publish": true
}