Browse Source

gin upload from Gray

Modified files: 4
Achilleas Koutsou 6 years ago
parent
commit
d667efed48
4 changed files with 4 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      Setup.msi
  3. BIN
      etags
  4. 1 0
      updatefiles.py

+ 2 - 2
README.md

@@ -9,8 +9,8 @@
 
 The current version of the setup files corresponds to:
 
-- Commit ID: [27900c5bc251754e3348ab127f8081a01399ac22](https://github.com/G-Node/GinUI/commit/27900c5bc251754e3348ab127f8081a01399ac22)
-- Message:   Use a standard WinForms messagebox here
+- Commit ID: [668c2ff51f0c7f5d5e686675aa9cc1472e2a0b23](https://github.com/G-Node/GinUI/commit/668c2ff51f0c7f5d5e686675aa9cc1472e2a0b23)
+- Message:   Delete mountpoint directories for greater cleanliness
 
 ## updatefiles.py
 

+ 1 - 1
Setup.msi

@@ -1 +1 @@
-.git/annex/objects/Zz/g3/MD5-s8452096--7898c8104f61cbf0c570c61f5dcf97ca/MD5-s8452096--7898c8104f61cbf0c570c61f5dcf97ca
+.git/annex/objects/W7/8W/MD5-s8451584--0a689b9c4f5ece214f1dab9903affab2/MD5-s8451584--0a689b9c4f5ece214f1dab9903affab2

BIN
etags


+ 1 - 0
updatefiles.py

@@ -131,6 +131,7 @@ def main():
     dlfiles = []
     avinfo = get_appveyor_info()
     artifacts = avinfo["artifacts"]
+    print(f"Latest build message: {avinfo['message']}")
     if not len(artifacts):
         print("No artifacts in current build. Perhaps it is still running?")
         call(["gin", "lock", "."])