First commit

This commit is contained in:
Skylar Ittner 2018-06-09 13:51:53 -06:00
commit f066d0e80b
7 changed files with 29 additions and 0 deletions

8
debian/debian/control vendored Normal file
View File

@ -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

3
debian/usr/bin/nickelbridge vendored Executable file
View File

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

View File

@ -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;

BIN
macos/logo.icns Normal file

Binary file not shown.

3
scripts/debian_arch.sh Normal file
View File

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

4
scripts/debian_setup.sh Normal file
View File

@ -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

BIN
windows/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB