Skip to content

Commit

Permalink
No, really, this time it's 100% working, readme file viewing and EVER…
Browse files Browse the repository at this point in the history
…YTHING!
  • Loading branch information
JeffHanna committed Jan 4, 2018
1 parent dace882 commit 0d64a61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 59 deletions.
6 changes: 3 additions & 3 deletions InstallFinished.ms
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
(
if rltFinished.chkReadme.state == true then
(
DOSCommand "c:\\windows\\notepad.exe %temp%\\VCReadme.txt"
shellLaunch "notepad.exe" ((getDir #userscripts) + "\\Lodestone\\VersionControl\\VCChangelog.txt")
)

if rltFinished.chkChangelog.state == true then
(
DOSCommand "c:\\windows\\notepad.exe %temp%\\VCChangelog.txt"
shellLaunch "notepad.exe" ((getDir #userscripts) + "\\Lodestone\\VersionControl\\VCReadme.txt")
)

deleteFile "$temp\\VCReadme.txt"
Expand All @@ -56,7 +56,7 @@
fileIn ((getDir #userscripts) + "\\Lodestone\\VersionControl\\Libs\\LSUtilLib.ms")
fileIn ((getDir #userscripts) + "\\Lodestone\\VersionControl\\Libs\\VersionControlLib.ms")
setINISetting ((getDir #userscripts) + "\\..\\Plugin.UserSettings.ini") "Directories" "Lodestone plug-ins" ((getDir #userscripts) + "\\Lodestone\\VersionControl\\Libs")
macros.load() -- ((getDir #usermacros) + "\\Macro_VersionControl.mcr")
macros.load()

fileIn ((getDir #temp) + "\\VersionControl_Menus.ms")
deleteFile ((getDir #temp) + "\\VersionControl_Menus.ms")
Expand Down
54 changes: 0 additions & 54 deletions VCRemoveOldMenus.ms

This file was deleted.

5 changes: 3 additions & 2 deletions mzp.run
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ move LSUtilLib.ms to $userscripts\\Lodestone\\VersionControl\\libs

move "*.bmp" to $usericons

move VCChangelog.txt to $userscripts\\Lodestone\\VersionControl
move VCReadme.txt to $userscripts\\Lodestone\\VersionControl

move VersionControl_Menus.ms to $temp
move VCChangelog.txt to $temp
move VCReadme to $temp

run InstallFinished.ms
drop InstallFinished.ms
Expand Down

0 comments on commit 0d64a61

Please sign in to comment.