Upgrade photo sphere viewer and inno setup
This commit is contained in:
parent
35f33b2c64
commit
19cb057549
4 changed files with 9 additions and 9 deletions
6
css/photo-sphere-viewer.min.css
vendored
6
css/photo-sphere-viewer.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
$version="1.0"
|
$version="1.1"
|
||||||
|
|
||||||
if (Test-Path dist\"SimplePanoramaViewer-$version-win64.exe")
|
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
|
pandoc -i LICENSE.md -s -o LICENSE.rtf
|
||||||
pyinstaller SimplePanoramaViewer_folder.spec
|
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
|
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"
|
Get-FileHash "dist/SimplePanoramaViewer-$version-win64-setup.exe" -Algorithm SHA512 | Select-Object -ExpandProperty Hash | Out-File "dist/SimplePanoramaViewer-$version-win64-setup.exe.sha512sum"
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
var PSV = new PhotoSphereViewer({
|
var PSV = new PhotoSphereViewer({
|
||||||
container: 'photosphere',
|
container: 'photosphere',
|
||||||
panorama: '__IMG_PATH__',
|
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,
|
time_anim: false,
|
||||||
default_fov: 40,
|
default_fov: 40,
|
||||||
min_fov: 5,
|
min_fov: 5,
|
||||||
|
|
6
js/photo-sphere-viewer.min.js
vendored
6
js/photo-sphere-viewer.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue