mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2026-06-12 11:41:19 +02:00
9 lines
114 B
Python
Executable File
9 lines
114 B
Python
Executable File
#!/bin/sh
|
|
|
|
# Build deb
|
|
dpkg-deb --build deb
|
|
|
|
|
|
# Build rpm
|
|
rpmbuild -ba ./rpm-build/SPECS/biogascontrollerapp.spec
|