Compare commits

...

2 Commits
1.0 ... master

Author SHA1 Message Date
Rémi BERTHO 0dc8c22491
Fixed windowr version 2020-01-12 15:37:20 +01:00
Rémi BERTHO 19cb057549
Upgrade photo sphere viewer and inno setup 2020-01-12 15:26:37 +01:00
5 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
$version="1.0"
$version="1.1"
if (Test-Path dist\"SimplePanoramaViewer-$version-win64.exe")
{
@ -11,7 +11,7 @@ if (Test-Path dist\SimplePanoramaViewer)
pandoc -i LICENSE.md -s -o LICENSE.rtf
pyinstaller SimplePanoramaViewer_folder.spec
Start-Process -FilePath "C:\Program Files (x86)\Inno Setup 5\compil32.exe" -ArgumentList "/cc", "win-setup.iss" -Wait
Start-Process -FilePath "C:\Program Files (x86)\Inno Setup 6\compil32.exe" -ArgumentList "/cc", "win-setup.iss" -Wait
Remove-Item dist\SimplePanoramaViewer -Force -Recurse
Get-FileHash "dist/SimplePanoramaViewer-$version-win64-setup.exe" -Algorithm SHA512 | Select-Object -ExpandProperty Hash | Out-File "dist/SimplePanoramaViewer-$version-win64-setup.exe.sha512sum"

View File

@ -49,7 +49,7 @@
var PSV = new PhotoSphereViewer({
container: 'photosphere',
panorama: '__IMG_PATH__',
caption: 'Panorama displayed with Photo Sphere Viewer V3.4.0',
caption: 'Panorama displayed with Photo Sphere Viewer V3.5.1',
time_anim: false,
default_fov: 40,
min_fov: 5,

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "SimplePanoramaViewer"
#define MyAppVersion "1.0"
#define MyAppVersion "1.1"
#define MyAppPublisher "Dalan"
#define MyAppURL "https://www.dalan.fr"
#define MyAppExeName "SimplePanoramaViewer.exe"