Browse Source

add version string to filename of archive providing uiflow

Fabian Peter Hammerle 2 years ago
parent
commit
457cd02727
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile
  2. 0 0
      UIFlow-Desktop-IDE-v1.0.16_Linux.zip

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM docker.io/alpine:3.14.0 as unpack
 
-COPY ./UIFlow-Desktop-IDE_Linux.zip /
+COPY ./UIFlow-Desktop-IDE-v1.0.16_Linux.zip /
 RUN unzip /*.zip -d /opt/uiflow-desktop-ide
 
 

+ 0 - 0
UIFlow-Desktop-IDE_Linux.zip → UIFlow-Desktop-IDE-v1.0.16_Linux.zip