Upgrade photo sphere viewer and inno setup

This commit is contained in:
Rémi BERTHO 2020-01-12 15:26:37 +01:00
parent 35f33b2c64
commit 19cb057549
Signed by: dalan
GPG Key ID: EE3B917931C07B64
4 changed files with 9 additions and 9 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