Changeset 5985 for branches/1.4
- Timestamp:
- Feb 9, 2016, 11:57:35 AM (9 years ago)
- Location:
- branches/1.4/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/gui/apps/launcher.tcl
r5984 r5985 187 187 -appname { 188 188 global rapptureInfo 189 set rapptureInfo(appName) $opt[lindex $argv 0]189 set rapptureInfo(appName) [lindex $argv 0] 190 190 set argv [lrange $argv 1 end] 191 191 } -
branches/1.4/gui/scripts/analyzer.tcl
r5984 r5985 1798 1798 puts $f [list "Application" $_saved(Application)] 1799 1799 set runfiles "" 1800 set root [file root $fileName]1801 1800 foreach file $_saved(Files) { 1802 1801 set tail [file tail $file] 1803 set dest [file join $root $ file]1802 set dest [file join $root $tail] 1804 1803 file copy -force $file $dest 1805 1804 lappend runfiles $tail
Note: See TracChangeset
for help on using the changeset viewer.