mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
tar -cvf opendx.tar -C build opendx
|
|
cd build
|
|
cpack
|
|
cd ..
|
|
mv build/opendx*.deb ./opendx.deb
|