Skip to content

Commit

Permalink
Fix release names
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoParser committed Jul 26, 2020
1 parent b536ea5 commit 70dd0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/build-windows.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

windows_x64='i686-pc-windows-msvc'
windows_x86='x86_64-pc-windows-msvc'
windows_x86='i686-pc-windows-msvc'
windows_x64='x86_64-pc-windows-msvc'

TOML='Cargo.toml'

Expand Down

0 comments on commit 70dd0dd

Please sign in to comment.