Skip to content

Commit

Permalink
Merge pull request #1 from plasmasolutions/main
Browse files Browse the repository at this point in the history
Bump version to version 21.2.1
  • Loading branch information
jssotomdz authored Nov 20, 2023
2 parents 7045e8f + f77bbb7 commit 96397e3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flstudio
title: flstudio
version: "21.0.3.3517"
version: "21.2.1.3859"
summary: Digital audio workstation developed by Image-Line.
description: |
FL Studio is a digital audio workstation developed by the Belgian company Image-Line. It features a graphical user interface with a pattern-based music sequencer.
Expand All @@ -26,7 +26,7 @@ apps:
command: bin/sommelier run-exe
environment:
RUN_EXE: "C:/Program Files/Image-Line/FL Studio 21/FL64.exe"
INSTALL_EXE: "$SNAP/flstudio_win64_21.0.3.3517.exe"
INSTALL_URL: "https://demodownload.image-line.com/flstudio/flstudio_win64_21.2.1.3859.exe"
INSTALL_FLAGS: "/S"
plugs:
- home
Expand Down Expand Up @@ -59,15 +59,12 @@ apps:
- network

parts:
installer:
plugin: dump
source: installer

# The sommelier script helps you snap Windows applications using Wine. It
# initializes and configures Wine and installs the Windows application.
sommelier:
plugin: make
source: https://github.com/snapcrafters/sommelier-core.git
source-commit: be2613a07c064afa824eb65c02ddadbe34018126

# These plugs are used to connect the snap to the wine runtime.
plugs:
Expand All @@ -78,4 +75,4 @@ plugs:
wine-5-stable:
interface: content
target: $SNAP/wine-platform
default-provider: wine-platform-5-stable
default-provider: wine-platform-6-stable

0 comments on commit 96397e3

Please sign in to comment.