No commit message authored by Karel Slaný's avatar Karel Slaný
No commit message
...@@ -73,11 +73,10 @@ This will prepare and generate a 32-bit package for Windows. Currently we use `i ...@@ -73,11 +73,10 @@ This will prepare and generate a 32-bit package for Windows. Currently we use `i
If you want to create an extension supporting both 32- and 64-bit Firefox on Windows the n you need to run this sequence: If you want to create an extension supporting both 32- and 64-bit Firefox on Windows the n you need to run this sequence:
``` shell ``` shell
./scripts/build_with_mingw32.sh w32 # Uses i686-w64-mingw32 ./scripts/build_with_mingw32.sh w64+32 # Uses i686-w64-mingw32
make clean
./scripts/build_with_mingw32.sh w64 # Uses x86_64-w64-mingw32
make clean make clean
``` ```
For more details see content of `scripts/build_with_mingw32.sh`.
## Creating Chrome Package ## Creating Chrome Package
... ...
......