This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Mirror
/
pbatard-rufus
mirror of
https://github.com/pbatard/rufus.git
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1796
Commits
7
Branches
85
Tags
145 MiB
C
91.5%
Makefile
4.5%
DIGITAL Command Language
1.5%
C#
0.8%
Shell
0.5%
Other
0.9%
Branch:
imgbot
appstore
gh-pages
imgbot
iso
localization
master
ui_redesign
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.0.7
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.2.0
v1.3.0
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.4.0
v1.4.1
v1.4.10
v1.4.11
v1.4.12
v1.4.2
v1.4.3
v1.4.4
v1.4.5
v1.4.6
v1.4.7
v1.4.8
v1.4.9
v2.0
v2.1
v2.10
v2.11
v2.12
v2.13
v2.14
v2.15
v2.16
v2.17
v2.18
v2.2
v2.3
v2.4
v2.5
v2.6
v2.7
v2.8
v2.9
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.16
v3.17
v3.18
v3.19
v3.2
v3.20
v3.21
v3.22
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
v4.0
v4.1
v4.2
v4.3
v4.4
v4.5
v4.6
v4.7
v4.8
v4.8_BETA
v4.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'imgbot'
${ noResults }
pbatard-rufus
/
_release.sh
5 lines
94 B
Raw
Permalink
Blame
History
#!/bin/sh
rm -f rufus*.exe
./configure --disable-debug
"
$@
"
make -j12 clean
make -j12 release
Reference in new issue