Skip to content

Instantly share code, notes, and snippets.

@xeonchen
xeonchen / nightly_win_updater.py
Created January 19, 2017 13:43 — forked from anonymous/nightly_win_updater.py
Update Firefox Nightly on Windows platform
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import hashlib
import os
import re
import stat
import tempfile
import urllib2