User Tools

Site Tools


brightscript

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
brightscript [2015/09/12 18:39] – created dblumebrightscript [2015/09/12 19:22] dblume
Line 11: Line 11:
  {  {
  "name": "Zip",  "name": "Zip",
- "shell_cmd": "\"C:\\Program Files\\7-Zip\\7z.exe\" a -tzip $project_base_name.zip manifest source images", + "working_dir": "$project_path", 
- "working_dir": "$project_path"+ "windows":
 + "cmd": "\"C:\\Program Files\\7-Zip\\7z.exe\" a -tzip \"$project_base_name.zip\" manifest source/*.brs images" 
 + }
 + "osx": 
 + "shell_cmd": "zip \"$project_base_name.zip\manifest source/*.brs images" 
 + }, 
 + "linux":
 + "shell_cmd": "zip \"$project_base_name.zip\" manifest source/*.brs images" 
 + }
  }  }
  ],  ],
Line 22: Line 30:
  [  [
  "tags",  "tags",
 + "*.zip",
  "*.sublime-project"  "*.sublime-project"
  ],  ],
Line 31: Line 40:
  ]  ]
 } }
- 
 </file> </file>
brightscript.txt · Last modified: 2023/04/12 20:44 by 127.0.0.1