Mise en PROD

This commit is contained in:
Florent Heuze 2019-08-01 15:20:49 +02:00
parent 54d099d893
commit 12a7dbda6c
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
package : fws-fabulatech-webcam-workstation package : fws-fabulatech-webcam-workstation
version : 2.8.32-8 version : 2.8.32-12
architecture : all architecture : all
section : base section : base
priority : optional priority : optional
@ -7,7 +7,7 @@ maintainer : Florent Heuze
description : Fabulatech client to access you webcam from an RDP session description : Fabulatech client to access you webcam from an RDP session
depends : depends :
conflicts : conflicts :
maturity : PREPROD maturity : PROD
locale : all locale : all
target_os : windows target_os : windows
min_os_version : min_os_version :

View File

@ -8,9 +8,9 @@ def install():
version = control['version'].split('-',1)[0] version = control['version'].split('-',1)[0]
if iswin64(): if iswin64():
msi='webcam-for-remote-desktop-workstation-64.msi' msi='webcam-for-remote-desktop-workstation-64bit.msi'
else: else:
msi='webcam-for-remote-desktop-workstation-32.msi' msi='webcam-for-remote-desktop-workstation-32bit.msi'
install_msi_if_needed( install_msi_if_needed(
msi, msi,