Skip to content

Commit

Permalink
Fix up BootStrapBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMansour committed Jun 26, 2020
1 parent f1787bd commit cb7dbae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions APLSource/Main-1/BootStrapBuild-211.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
_←SetAcreConfig 0
pc←##.AcreConfig
pf←pc.ProjectFolder
af←pf,'dist/Application/Dado/'
_←3 ⎕NDELETE pf,'dist'
df←pc.DistFolder
af←df,'Application/Dado/'
_←3 ⎕NDELETE df
_←2 ⎕MKDIR af
tf←af,'Dado'
_←2 ⎕MKDIR tf
Expand All @@ -19,5 +20,5 @@
tf←⎕SE.zApps.Dado.ApplicationFolder
_←3 ⎕NDELETE tf
_←tf ⎕NCOPY af
'dist/Application/Dado created and copied to installed location.'
'[dist]/Application/Dado created and copied to installed location.'
}

0 comments on commit cb7dbae

Please sign in to comment.