mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
5 lines
139 B
Bash
5 lines
139 B
Bash
#! /bin/sh
|
|
$EXTRACTRC `find . -name \*.kcfg` >>rc.cpp
|
|
$XGETTEXT `find . -name \*.cpp` -o $podir/plasmashellprivateplugin.pot
|
|
rm -f rc.cpp
|