diff --git a/Info.plist b/Info.plist index edd995c..07c7299 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundleIconFile app.icns CFBundleIdentifier - com.netsyms.BusinessStation + com.netsyms.NotePostApp CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -23,7 +23,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - Version 1.2.1 + Version 1.0.0 CFBundleSignature NWJS CFBundleURLTypes @@ -55,7 +55,7 @@ CFBundleVersion - 1.2.1 + 1.0.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTSDKBuild diff --git a/appimage/NotePost.AppDir/AppRun b/appimage/NotePost.AppDir/AppRun new file mode 100755 index 0000000..06f26fe --- /dev/null +++ b/appimage/NotePost.AppDir/AppRun @@ -0,0 +1,5 @@ +#!/bin/sh +HERE="$(dirname "$(readlink -f "${0}")")" + +cd $HERE/usr/lib/notepost +./notepost diff --git a/appimage/Station.AppDir/Station.desktop b/appimage/NotePost.AppDir/NotePost.desktop similarity index 50% rename from appimage/Station.AppDir/Station.desktop rename to appimage/NotePost.AppDir/NotePost.desktop index ede7264..efb61f7 100755 --- a/appimage/Station.AppDir/Station.desktop +++ b/appimage/NotePost.AppDir/NotePost.desktop @@ -1,11 +1,11 @@ [Desktop Entry] -Name=NickelBridge +Name=NotePost Version=1.0 -Exec=nickelbridge -Comment=Launch NickelBridge -Icon=nickelbridge +Exec=notepost +Comment=Launch NotePost +Icon=notepost Type=Application Terminal=false StartupNotify=true Categories=Office;Network; -Name[en_US]=Station +Name[en_US]=NotePost diff --git a/appimage/NotePost.AppDir/notepost.png b/appimage/NotePost.AppDir/notepost.png new file mode 100644 index 0000000..129a4d4 Binary files /dev/null and b/appimage/NotePost.AppDir/notepost.png differ diff --git a/appimage/NotePost.AppDir/usr/bin/notepost b/appimage/NotePost.AppDir/usr/bin/notepost new file mode 100755 index 0000000..1e62078 --- /dev/null +++ b/appimage/NotePost.AppDir/usr/bin/notepost @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/lib/notepost +./notepost diff --git a/appimage/NotePost.AppDir/usr/share/metainfo/notepost.appdata.xml b/appimage/NotePost.AppDir/usr/share/metainfo/notepost.appdata.xml new file mode 100644 index 0000000..350f506 --- /dev/null +++ b/appimage/NotePost.AppDir/usr/share/metainfo/notepost.appdata.xml @@ -0,0 +1,21 @@ + + + notepostapp + MPL-2.0 + MPL-2.0 + NotePost + Desktop client for NotePost + + + + notepost.desktop + https://netsyms.com/apps/notepost + + + https://netsyms.com/data/uploads/apps/notepost/app/home.png + + + + notepost.desktop + + diff --git a/appimage/Station.AppDir/AppRun b/appimage/Station.AppDir/AppRun deleted file mode 100755 index b0e7454..0000000 --- a/appimage/Station.AppDir/AppRun +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -HERE="$(dirname "$(readlink -f "${0}")")" - -cd $HERE/usr/lib/netsyms-business-station -./netsyms-business-station diff --git a/appimage/Station.AppDir/nickelbridge.png b/appimage/Station.AppDir/nickelbridge.png deleted file mode 100644 index addf914..0000000 Binary files a/appimage/Station.AppDir/nickelbridge.png and /dev/null differ diff --git a/appimage/Station.AppDir/usr/bin/netsyms-business-station b/appimage/Station.AppDir/usr/bin/netsyms-business-station deleted file mode 100755 index 76be04e..0000000 --- a/appimage/Station.AppDir/usr/bin/netsyms-business-station +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd /usr/lib/netsyms-business-station -./netsyms-business-station diff --git a/appimage/Station.AppDir/usr/share/metainfo/netsyms-business-station.appdata.xml b/appimage/Station.AppDir/usr/share/metainfo/netsyms-business-station.appdata.xml deleted file mode 100644 index 9d1bb4f..0000000 --- a/appimage/Station.AppDir/usr/share/metainfo/netsyms-business-station.appdata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - netsyms-business-station - MPL-2.0 - MPL-2.0 - Station - Simple kiosk application, giving employees fast access to an overview of their work day - - - - netsyms-business-station.desktop - https://netsyms.biz/apps/station - - - https://netsyms.biz/data/uploads/apps/station/home.png - - - - netsyms-business-station.desktop - - diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 2412966..d2492e2 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,8 +1,8 @@ -Package: netsyms-business-station -Version: 1.2.1 -Maintainer: Netsyms Technologies +Package: notepost +Version: 1.0.0 +Maintainer: Netsyms Technologies Section: web -Homepage: https://netsyms.biz/apps/station +Homepage: https://netsyms.com/apps/notepost Priority: optional -Description: Simple kiosk application, giving employees fast access to an overview of their work day. +Description: Desktop client for the NotePost notetaking webapp. Architecture: i386 diff --git a/debian/DEBIAN/copyright b/debian/DEBIAN/copyright index 63a11e3..f3716ad 100644 --- a/debian/DEBIAN/copyright +++ b/debian/DEBIAN/copyright @@ -1,19 +1,4 @@ -Copyright (c) 2018 Netsyms Technologies. - -If you modify and redistribute this project, you must replace the branding -assets with your own. - -The branding assets include: - * the application icon - * the Netsyms N punchcard logo - * the Netsyms for Business graph logo - -If you are unsure if your usage is allowed, please contact us: -https://netsyms.com/contact -legal@netsyms.com - -All other portions of this application, -unless otherwise noted (in comments, headers, etc), are licensed as follows: +Copyright (c) 2018-2019 Netsyms Technologies. Mozilla Public License Version 2.0 ================================== diff --git a/debian/usr/bin/netsyms-business-station b/debian/usr/bin/netsyms-business-station deleted file mode 100755 index 76be04e..0000000 --- a/debian/usr/bin/netsyms-business-station +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd /usr/lib/netsyms-business-station -./netsyms-business-station diff --git a/debian/usr/bin/notepost b/debian/usr/bin/notepost new file mode 100755 index 0000000..1e62078 --- /dev/null +++ b/debian/usr/bin/notepost @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/lib/notepost +./notepost diff --git a/debian/usr/share/applications/netsyms-business-station.desktop b/debian/usr/share/applications/netsyms-business-station.desktop deleted file mode 100755 index 7172de3..0000000 --- a/debian/usr/share/applications/netsyms-business-station.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Station -Version=1.0 -Exec=/usr/bin/netsyms-business-station -Comment=Launch the Netsyms Business Station kiosk -Icon=/usr/lib/netsyms-business-station/logo.svg -Type=Application -Terminal=false -StartupNotify=true -Encoding=UTF-8 -Categories=Office; diff --git a/debian/usr/share/applications/notepost.desktop b/debian/usr/share/applications/notepost.desktop new file mode 100755 index 0000000..f0ff3ae --- /dev/null +++ b/debian/usr/share/applications/notepost.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=NotePost +Version=1.0 +Exec=/usr/bin/notepost +Comment=Launch the NotePost client +Icon=/usr/lib/notepost/logo.svg +Type=Application +Terminal=false +StartupNotify=true +Encoding=UTF-8 +Categories=Office; diff --git a/debian/usr/share/doc/netsyms-business-station/copyright b/debian/usr/share/doc/notepost/copyright similarity index 96% rename from debian/usr/share/doc/netsyms-business-station/copyright rename to debian/usr/share/doc/notepost/copyright index 63a11e3..f3716ad 100644 --- a/debian/usr/share/doc/netsyms-business-station/copyright +++ b/debian/usr/share/doc/notepost/copyright @@ -1,19 +1,4 @@ -Copyright (c) 2018 Netsyms Technologies. - -If you modify and redistribute this project, you must replace the branding -assets with your own. - -The branding assets include: - * the application icon - * the Netsyms N punchcard logo - * the Netsyms for Business graph logo - -If you are unsure if your usage is allowed, please contact us: -https://netsyms.com/contact -legal@netsyms.com - -All other portions of this application, -unless otherwise noted (in comments, headers, etc), are licensed as follows: +Copyright (c) 2018-2019 Netsyms Technologies. Mozilla Public License Version 2.0 ================================== diff --git a/debian/usr/share/metainfo/netsyms-business-station.appdata.xml b/debian/usr/share/metainfo/netsyms-business-station.appdata.xml deleted file mode 100644 index 9d1bb4f..0000000 --- a/debian/usr/share/metainfo/netsyms-business-station.appdata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - netsyms-business-station - MPL-2.0 - MPL-2.0 - Station - Simple kiosk application, giving employees fast access to an overview of their work day - - - - netsyms-business-station.desktop - https://netsyms.biz/apps/station - - - https://netsyms.biz/data/uploads/apps/station/home.png - - - - netsyms-business-station.desktop - - diff --git a/debian/usr/share/metainfo/notepost.appdata.xml b/debian/usr/share/metainfo/notepost.appdata.xml new file mode 100644 index 0000000..350f506 --- /dev/null +++ b/debian/usr/share/metainfo/notepost.appdata.xml @@ -0,0 +1,21 @@ + + + notepostapp + MPL-2.0 + MPL-2.0 + NotePost + Desktop client for NotePost + + + + notepost.desktop + https://netsyms.com/apps/notepost + + + https://netsyms.com/data/uploads/apps/notepost/app/home.png + + + + notepost.desktop + + diff --git a/icons/logo.icns b/icons/logo.icns index 12c1b97..52ded88 100644 Binary files a/icons/logo.icns and b/icons/logo.icns differ diff --git a/icons/logo.ico b/icons/logo.ico index fba741b..2d4bb1c 100644 Binary files a/icons/logo.ico and b/icons/logo.ico differ diff --git a/icons/logo.png b/icons/logo.png index f81ab73..37ed2be 100644 Binary files a/icons/logo.png and b/icons/logo.png differ diff --git a/icons/logo.svg b/icons/logo.svg index baca855..bcf8317 100644 --- a/icons/logo.svg +++ b/icons/logo.svg @@ -1,6 +1,4 @@ - - - - + inkscape:version="0.92.3 (2405546, 2018-03-11)" + inkscape:export-filename="/home/skylar/Documents/Projects/Assets/NotePost/App/logo.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + id="metadata932"> image/svg+xml - + + + + - + transform="translate(259.75 23.221)" + id="g924"> - - + transform="matrix(.26458 0 0 .26458 -259.75 -166.19)" + id="g922"> + + + + + diff --git a/scripts/appimage_build.sh b/scripts/appimage_build.sh index 42ef8cc..5379026 100644 --- a/scripts/appimage_build.sh +++ b/scripts/appimage_build.sh @@ -1,10 +1,10 @@ #!/bin/bash # $1 is the binary location, $2 is the arch mkdir out -mkdir -p appimage/Station.AppDir/usr/lib/netsyms-business-station -rm -rf appimage/Station.AppDir/usr/lib/netsyms-business-station -rsync -rv "$1" appimage/Station.AppDir/usr/lib/netsyms-business-station -chmod +x appimage/Station.AppDir/AppRun +mkdir -p appimage/NotePost.AppDir/usr/lib/notepost +rm -rf appimage/NotePost.AppDir/usr/lib/notepost +rsync -rv "$1" appimage/NotePost.AppDir/usr/lib/notepost +chmod +x appimage/NotePost.AppDir/AppRun wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool chmod +x appimagetool -./appimagetool appimage/Station.AppDir "out/station_$2.AppImage" +./appimagetool appimage/NotePost.AppDir "out/NotePost_$2.AppImage" diff --git a/scripts/debian_build.sh b/scripts/debian_build.sh index a98c4c5..485251f 100644 --- a/scripts/debian_build.sh +++ b/scripts/debian_build.sh @@ -5,7 +5,7 @@ mkdir out dpkg-deb -R template.deb tmp sed -i '/Architecture:/d' tmp/DEBIAN/control echo "Architecture: $2" >> tmp/DEBIAN/control -rm -rf tmp/usr/lib/netsyms-business-station -rsync -rv "$1" tmp/usr/lib/netsyms-business-station -cp "$3" tmp/usr/lib/netsyms-business-station/logo.svg -dpkg-deb -b tmp "out/station_$2.deb" +rm -rf tmp/usr/lib/notepost +rsync -rv "$1" tmp/usr/lib/notepost +cp "$3" tmp/usr/lib/notepost/logo.svg +dpkg-deb -b tmp "out/notepost_$2.deb" diff --git a/template.deb b/template.deb index 1e8ef79..c235dc3 100644 Binary files a/template.deb and b/template.deb differ