Skip to content

Commit

Permalink
馃懛 Remove ia32 windows from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattruzzi committed Aug 16, 2022
1 parent d2a988d commit 6ac9bc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
nativefier "https://youtube.com/tv" -u "Roku/DVP-9.10 (519.10E04111A)" -n "YouTube on TV" --electron-version $NATIVEFIERELECTRONVERSION -p windows
mv YouTube\ on\ TV-win32-x64 YouTubeonTV-win32-x64
zip YouTubeonTV-win32-x64.zip -r YouTubeonTV-win32-x64 > /dev/null 2>&1
nativefier "https://youtube.com/tv" -u "Roku/DVP-9.10 (519.10E04111A)" -n "YouTube on TV" --electron-version $NATIVEFIERELECTRONVERSION -p windows -a ia32
mv YouTube\ on\ TV-win32-ia32 YouTubeonTV-win32-ia32
zip YouTubeonTV-win32-ia32.zip -r YouTubeonTV-win32-ia32 > /dev/null 2>&1
nativefier "https://youtube.com/tv" -u "Roku/DVP-9.10 (519.10E04111A)" -n "YouTube on TV" --electron-version $NATIVEFIERELECTRONVERSION -p windows -a arm64
mv YouTube\ on\ TV-win32-arm64 YouTubeonTV-win32-arm64
zip YouTubeonTV-win32-arm64.zip -r YouTubeonTV-win32-arm64 > /dev/null 2>&1
Expand Down

0 comments on commit 6ac9bc9

Please sign in to comment.