Skip to content

Commit

Permalink
removed code commenting out shortcut data from wxs file
Browse files Browse the repository at this point in the history
Signed-off-by: Fable Turas <[email protected]>
  • Loading branch information
fablet committed Oct 19, 2018
1 parent f4cc9ef commit 0b3e459
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/briefcase/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,7 @@ def walk_dir(path, depth=0):
lines.extend(content)
elif line.strip() == '<!-- CONTENTREFS -->':
lines.extend(contentrefs)
elif line.strip() == '<!-- SHORTCUTS_PROVIDED -->':
# Comment out existing shortcut in template
lines.append(' <!--')
elif line.strip() == '<!-- SHORTCUTS -->':
lines.append(' -->')
lines.extend(shortcuts)
else:
lines.append(line.rstrip())
Expand Down

0 comments on commit 0b3e459

Please sign in to comment.