mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update to version 1.0.7
This commit is contained in:
parent
729ad3b533
commit
5aced16701
2
.github/workflows/build-all.yml
vendored
2
.github/workflows/build-all.yml
vendored
@ -17,7 +17,7 @@ on:
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
env:
|
||||
VERSION: "1.0.6"
|
||||
VERSION: "1.0.7"
|
||||
EXECUTABLE: "SerialStudio"
|
||||
APPLICATION: "Serial Studio"
|
||||
QMAKE_PROJECT: "Serial-Studio.pro"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Serial Studio
|
||||
Comment=Serial data processing & visualization software
|
||||
Comment=Multi-purpose serial data visualization & processing program
|
||||
Exec=serial-studio
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
@ -19,7 +19,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.6</string>
|
||||
<string>1.0.7</string>
|
||||
<key>LSHasLocalizedDisplayName</key>
|
||||
<true/>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -1,7 +0,0 @@
|
||||
Copyright (c) 2020-2021 Alex Spataru
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@ -1,13 +0,0 @@
|
||||
STEPS
|
||||
-----
|
||||
|
||||
* Assuming you have downloaded NSIS (http://nsis.sf.net)
|
||||
|
||||
1. Compile the application
|
||||
2. Run "windeployqt"
|
||||
3. Place the output files in a folder named bin
|
||||
4. Create a new folder with the application name
|
||||
5. Place the "bin" folder in the application folder
|
||||
6. Copy the script and place it one directory above the application folder
|
||||
7. Copy the license.txt and place it one directory above the application folder (next to script file)
|
||||
8. Compile the script
|
@ -29,7 +29,7 @@ Unicode True
|
||||
!define DESCRIPTION "Dashboard software for serial port devices"
|
||||
!define VERSIONMAJOR 1
|
||||
!define VERSIONMINOR 0
|
||||
!define VERSIONBUILD 6
|
||||
!define VERSIONBUILD 7
|
||||
!define MUI_ABORTWARNING
|
||||
!define INSTALL_DIR "$PROGRAMFILES64\${APPNAME}"
|
||||
!define MUI_FINISHPAGE_RUN
|
||||
|
@ -24,7 +24,7 @@
|
||||
#define APP_INFO_H
|
||||
|
||||
// clang-format off
|
||||
#define APP_VERSION "1.0.6"
|
||||
#define APP_VERSION "1.0.7"
|
||||
#define APP_DEVELOPER "Alex Spataru"
|
||||
#define APP_NAME "Serial Studio"
|
||||
#define APP_SUPPORT_URL "https://github.com/serial-studio"
|
||||
|
Loading…
x
Reference in New Issue
Block a user