First commit

master
Skylar Ittner 6 years ago
commit f066d0e80b

@ -0,0 +1,8 @@
Package: nickelbridge
Version: 1.0.0
Maintainer: Netsyms Technologies <admin@netsyms.com>
Section: web
Homepage: https://netsyms.biz/apps/nickelbridge
Priority: optional
Description: Desktop app to enable direct use of receipt printers in web apps.
Architecture: i386

@ -0,0 +1,3 @@
#!/bin/sh
cd /usr/lib/nickelbridge
./NickelBridge

@ -0,0 +1,11 @@
[Desktop Entry]
Name=NickelBridge
Version=1.0
Exec=/usr/bin/nickelbridge
Comment=Launch NickelBridge
Icon=/usr/lib/nickelbridge/logo.svg
Type=Application
Terminal=false
StartupNotify=true
Encoding=UTF-8
Categories=Office;Network;

Binary file not shown.

@ -0,0 +1,3 @@
#!/bin/bash
sed -i '/Architecture:/d' debian/debian/control
echo "Architecture: $1" >> debian/debian/control

@ -0,0 +1,4 @@
#!/bin/bash
cd debian
wget -O usr/share/doc/nickelbridge/copyright https://source.netsyms.com/Business/NickelBridge/raw/branch/master/LICENSE.md
cp usr/share/doc/nickelbridge/copyright debian/copyright

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save