Skip to content

Commit

Permalink
Add xcopy
Browse files Browse the repository at this point in the history
1/ Move 'xcopy' from the unused list to the active one
2/ Remove duplicate 'share' from the unused list
  • Loading branch information
andrewbird committed Apr 28, 2024
1 parent ccf7d15 commit 360c861
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dosemu-downloaddos
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ FREEDOS12_URL = FREEDOS_DEFAULT_MIRROR + '/repositories/1.2'
FREEDOS13_URL = FREEDOS_DEFAULT_MIRROR + '/repositories/1.3'

FREEDOS_USERSPACE_TOOLS = [ 'assign', 'attrib', 'choice', 'comp', 'debug', 'devload', 'display', 'edit', 'edlin', 'fc',
'fdxms', 'find', 'format', 'label', 'mem', 'mode', 'nansi', 'share', 'sort', 'swsubst', 'tree']
'fdxms', 'find', 'format', 'label', 'mem', 'mode', 'nansi', 'share', 'sort', 'swsubst', 'tree', 'xcopy']
# currently unused
FREEDOS_ARCHIVES_EXTRA = ['defrag', 'deltree', 'diskcomp', 'diskcopy', 'exe2bin', 'more', 'move', 'replace',
'share', 'shsucdx', 'xcopy']
FREEDOS_ARCHIVES_EXTRA = ['defrag', 'deltree', 'diskcomp', 'diskcopy', 'exe2bin', 'more', 'move', 'replace', 'shsucdx']

FREEDOS11_APPS = []
FREEDOS12_APPS = FREEDOS13_APPS = ['dn2']
Expand Down

0 comments on commit 360c861

Please sign in to comment.