Commit Graph

66 Commits

Author SHA1 Message Date
sawinglogz
8e2b8efd41 Create prettier dmg files for macOS.
Thanks to Jeff8356 for his scripting!
2021-10-28 14:17:27 -04:00
Phil Olynyk
b452bc07a6 Add Replaces to deb options - untoutseul05 2021-10-11 13:57:10 -04:00
Phil Olynyk
326b241899 Add script that detects OS and version during deb build 2021-09-08 19:34:38 -04:00
Mark Feit
35aec29910 Added builder for RPMs 2020-12-08 21:09:18 +00:00
Guy Scharf
7aed374236 Windows installer now deletes old About box HTML when installing a new version
Old HTML files release_notes*.html, credits*.html, and about*.html will be deleted by Windows installers.
Previously the installer did not remove old files before installing new files.
As a result, obsolete release notes were displayed for non-English languages.
2020-10-31 09:10:06 -07:00
Phil Olynyk
3a4a52df1f Delete extra files, add backslash in options list 2020-09-18 15:29:12 -04:00
Phil Olynyk
4c8c6682de Add license phrase and fix qt5 dependecy 2020-09-12 13:30:02 -04:00
Phil Olynyk
c475f89d61 Update Linux packaging files to fix lintian errors 2020-09-09 21:31:49 -04:00
Guy Scharf
ebaccadf94 Correct order of setting symbolic links option. 2020-05-20 12:46:37 -07:00
Guy Scharf
104633b492 Update Build-Win.md to note that symlinks must be selected when installing Git for Windows 2020-05-19 15:27:16 -07:00
Phil Olynyk
6fcd82a296 Update release notes and VERSION for v.1.1.1-rc-1 2020-05-13 16:20:22 -04:00
Guy Scharf
ee11af4109 Remove references to gawk.exe from Windows build instructions 2020-05-09 06:55:12 -07:00
Phil Olynyk
04121cc36e Change single quotes to double in qtcore dependency 2020-05-05 11:02:15 -04:00
Phil Olynyk
17e5f92cbf Rearrange code to make it more readable 2020-05-04 20:32:51 -04:00
Phil Olynyk
808b8931b1 Clean up Linux build scripts 2020-05-04 13:20:33 -04:00
Phil Olynyk
dadc9d9b11 Moved Linux details to BUILD_Linux.md 2020-04-24 13:28:15 -04:00
Phil Olynyk
bfba818c58 Cleaned up README file and added BUILD-Linux.md instructions 2020-04-23 16:11:48 -04:00
Guy Scharf
01280c7450 Update Windows build instructions and buildall.bat for QT 5.12.8 2020-04-20 20:49:15 -07:00
Guy Scharf
0b754b3a44 Improve README, add 150x150 icon 2020-04-20 14:16:04 -07:00
Phil Olynyk
e4d5a0d8ce Fix the name in the desktop file 2020-04-17 16:41:05 -04:00
Phil Olynyk
b117648597 Merge branch 'master' into Linux-pkg-fixes 2020-04-17 13:18:35 -04:00
Phil Olynyk
729d930f83 fix conditionals in packaging scripts 2020-04-17 13:15:44 -04:00
Guy Scharf
3ce3b36830 Fix bug in getBuildInfo.awk that happens only when building a release version 2020-04-17 08:40:33 -07:00
Phil Olynyk
9d511fc91d Make rc versions use release setup 2020-04-11 21:29:50 -04:00
sawinglogz
d4c013d99c Update macOS build instructions to reflect release of Qt 5.12.8 for OSCAR 1.1.0. 2020-04-08 21:25:04 -04:00
sawinglogz
d9eded18bd Update README.rtfd for macOS 10.15 "Catalina". 2020-03-28 13:28:31 -04:00
Phil Olynyk
83f8bef21e Use VERSION to build package name 2020-03-09 20:46:15 -04:00
Phil Olynyk
3ddb2c22f0 Change team-oscar to oscar-team in email addresss 2020-03-03 11:47:43 -05:00
Phil Olynyk
1563773bae Change refs to nightowlsoftware.ca to team-oscar.org 2020-03-01 12:03:21 -05:00
Phil Olynyk
e973c6f03c Added README file to building instructions for Linux 2020-02-26 11:35:47 -05:00
Phil Olynyk
505121d368 New packaging scripts - needs README 2020-02-26 11:01:54 -05:00
Guy Scharf
3886543c40 Make Windows build process work without GIT 2020-02-12 19:45:12 -07:00
Guy Scharf
703fe2a613 Update awk and inno setup scripts for new versioning changes in Windows build tools
Version number in Windows oscar.exe has first three numbers same as string and fourth as 0
    Version number in Windows installer has first three numbers same as string and fourth indicates build type:
    0 = release, 100=alpha, 200=beta, 300=gamma, 400=rc
2020-01-19 18:18:21 -07:00
sawinglogz
407827e5f9 Update the create_dmg script to run macdeployqt every time.
We need it to strip the binary before creating the dmg.
2020-01-17 17:35:56 -05:00
sawinglogz
b5d5be6475 Work around qmake limitations in Info.plist generation. 2020-01-17 16:41:02 -05:00
sawinglogz
f7502d6369 Update mkDebian9.sh to pull version information from source code.
This may require a tweak to look in the right directory for the
source code, but it will automatically format the version number
appropriately for Debian packaging.

The iteration number is now the only optional argument, defaulting
to 1.
2020-01-17 15:33:33 -05:00
sawinglogz
740ff460e7 Add version information to macOS application bundle and dmg. 2020-01-17 13:06:33 -05:00
sawinglogz
8417e7d43f Move macOS create_dmg script to its proper place. 2020-01-16 19:48:30 -05:00
sawinglogz
8742eb3559 Update Windows deploy scripts for new version information.
These changes should work. At least the awk script has been tested.
2020-01-16 19:44:11 -05:00
sawinglogz
b6c2aa4610 Improve macOS create_dmg script and update Qt Creator build instructions. 2020-01-07 19:40:58 -05:00
sawinglogz
3be691f2d8 Add README to macOS .dmg and "make dist-mac" target to do so.
The build instructions for Qt Creator still need to be updated
to use the new create_dmg script.
2019-12-29 15:56:17 -06:00
Guy Scharf
5bd53a14a7 Update Windows build documentation
Inno Setup now version 6.0.3; does not affect deployment or build settings
    Added pointer to directions on creating SSH keys for GIT use
2019-11-21 16:36:49 -07:00
Seeker4
8234247a8d Update Windows build documentation to QT 5.12.5 2019-09-28 20:12:39 -07:00
sawinglogz
3ab613aeeb Update Mac build instructions for Qt 5.12.5. 2019-09-18 20:56:32 -04:00
Seeker4
597d87bd0d Change QT to 5.12.4 for Windows builds. Update documentation. 2019-09-09 00:02:54 -07:00
sawinglogz
e75730ffda Update Mac build documentation to describe building without the full Xcode install and building with Qt Creator. 2019-08-25 17:49:11 +00:00
Seeker4
8c25e41d34 Do not deploy QT built-in language files when using Windeployqt. Similar change may be needed for Macdeployqt. 2019-08-19 12:31:31 -07:00
Seeker4
7786161a4d Merge branch 'master' into overview 2019-08-14 11:36:18 -07:00
Seeker4
fd8c26e261 Add build info to Installer exe file 2019-08-14 11:35:01 -07:00
Seeker4
8a98cf1400 Windows installers now support Oscar, Oscar (test), Oscar 32-bit, and Oscar 32-bit (test). First two are 64-bit. 2019-08-12 16:04:33 -07:00