mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
2 lines
510 B
Bash
Executable File
2 lines
510 B
Bash
Executable File
./createBuildId.pl resources/content/about.html; cd linux; cd components; chmod 644 *.*; cd ..; find components/ resources/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in \) -prune -o -print | xargs zip calendar_linux.xpi; mv calendar_linux.xpi ../; cd ../windows; find components/ resources/ bin/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in \) -prune -o -print | xargs zip calendar_windows.xpi; mv calendar_windows.xpi ../; cd ..
|