Skip to content

Commit

Permalink
build_release: Adjust Windows installer names
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jul 4, 2017
1 parent 725d4a4 commit eaecfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dev/build_release.py
Expand Up @@ -215,8 +215,8 @@ def build_windows():
'/DVERSION={}'.format(qutebrowser.__version__), '/DVERSION={}'.format(qutebrowser.__version__),
'misc/qutebrowser.nsi']) 'misc/qutebrowser.nsi'])


name_32 = 'qutebrowser-{}-win32.msi'.format(qutebrowser.__version__) name_32 = 'qutebrowser-{}-win32.exe'.format(qutebrowser.__version__)
name_64 = 'qutebrowser-{}-amd64.msi'.format(qutebrowser.__version__) name_64 = 'qutebrowser-{}-amd64.exe'.format(qutebrowser.__version__)


artifacts += [ artifacts += [
(os.path.join('dist', name_32), (os.path.join('dist', name_32),
Expand Down

0 comments on commit eaecfe5

Please sign in to comment.