瀏覽代碼

Oops tweaks.

Mark Sibly 9 年之前
父節點
當前提交
243eca9b2a
共有 3 個文件被更改,包括 7 次插入1 次删除
  1. 二進制
      README.TXT
  2. 6 0
      TODO.TXT
  3. 1 1
      src/createrelease/createrelease.monkey2

二進制
README.TXT


+ 6 - 0
TODO.TXT

@@ -34,6 +34,12 @@ This doesn't include big picture things like new targets, modules etc.
  
 * Ted2
 
+	* Goto Line.
+	
+	* More customization.
+
+	* Restore offline help system.
+
 	* Draggable/closable tabs.
 
 	* Filebrowser context menu.

+ 1 - 1
src/createrelease/createrelease.monkey2

@@ -73,7 +73,7 @@ Function Main()
 	Print "current="+CurrentDir()
 	Print "desktop="+desktop
 	
-	output=desktop+"monkey2v1.0/"
+	output=desktop+"monkey2-v"+MX2CC_VERSION+"/"
 
 	DeleteDir( output,True )
 	CreateDir( output )