Skip to content

Commit

Permalink
Fix in save new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmith96 committed Mar 19, 2021
1 parent 3481ac2 commit 3177832
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 05 Files/Save New Version.applescript
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
-- @description Save new version
-- @author Ben Smith
-- @link bensmithsound.uk
-- @version 1.0
-- @version 1.1
-- @testedmacos 10.13.6
-- @testedqlab 4.6.9
-- @about Saves a new version of your qlab file, incrementing a 2 digit version number, and allowing notes (such as a date, or "start of tech")
-- @separateprocess TRUE

-- @changelog
-- v1.1 + closes old version without asking to save first
-- v1.0 + init


Expand Down Expand Up @@ -66,7 +67,7 @@ tell application id "com.figure53.Qlab.4"
save in ((originalPath as string) & (newFileName as string))
end tell
open ((originalPath as string) & (newFileName as string) & ".qlab4")
close back workspace
close back workspace without saving
end tell


Expand Down

0 comments on commit 3177832

Please sign in to comment.