]> sigrok.org Git - pulseview.git/blobdiff - contrib/pulseview_cross.nsi.in
ViewPort: Make ViewItemPaintParams mutable
[pulseview.git] / contrib / pulseview_cross.nsi.in
index 6c0475cb62e013dddfe94412d06d25bc92855dde..0e6921970005e67cedd9d73036c0a4e243ee7da4 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 #
@@ -129,8 +128,8 @@ Section "PulseView (required)" Section1
        File "${CROSS}/zadig_xp.exe"
 
        # Python
-       File "${CROSS}/python32.dll"
-       File "${CROSS}/python32.zip"
+       File "${CROSS}/python34.dll"
+       File "${CROSS}/python34.zip"
 
        SetOutPath "$INSTDIR\share"
 
@@ -211,8 +210,8 @@ Section "Uninstall"
        Delete "$INSTDIR\pulseview.exe"
        Delete "$INSTDIR\zadig.exe"
        Delete "$INSTDIR\zadig_xp.exe"
-       Delete "$INSTDIR\python32.dll"
-       Delete "$INSTDIR\python32.zip"
+       Delete "$INSTDIR\python34.dll"
+       Delete "$INSTDIR\python34.zip"
 
        # Delete all decoders and everything else in libsigrokdecode/.
        # There could be *.pyc files or __pycache__ subdirs and so on.