mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
5 lines
106 B
Bash
5 lines
106 B
Bash
|
#! /usr/bin/env bash
|
||
|
$EXTRACTRC *.ui >> rc.cpp
|
||
|
$XGETTEXT *.cpp *.h -o $podir/knetattach5.pot
|
||
|
rm -f rc.cpp
|