Skip to content

Commit

Permalink
add version number, update minerva-author-ui v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Mar 4, 2024
1 parent fce5cb6 commit dd53927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
if: startsWith(matrix.os,'windows')
shell: cmd /C CALL {0}
run: |
move "dist" "minerva_author_{{ github.ref_name }}"
7z a minerva_author_{{ github.ref_name }}_windows.zip minerva_author_{{ github.ref_name }}
move "dist" "minerva_author_${{ github.ref_name }}"
7z a minerva_author_${{ github.ref_name }}_windows.zip minerva_author_${{ github.ref_name }}
- name: Package Mac
if: startsWith(matrix.os,'mac')
shell: bash -l {0}
Expand All @@ -69,9 +69,9 @@ jobs:
if: startsWith(matrix.os,'mac')
shell: bash -l {0}
run: |
mv dist minerva_author_{{ github.ref_name }}
mv minerva_author_{{ github.ref_name }}/app minerva_author_{{ github.ref_name }}/minerva_author
zip -vr minerva_author_{{ github.ref_name }}_macos.zip minerva_author_{{ github.ref_name }}/ -x "*.DS_Store"
mv dist minerva_author_${{ github.ref_name }}
mv minerva_author_${{ github.ref_name }}/app minerva_author_${{ github.ref_name }}/minerva_author
zip -vr minerva_author_${{ github.ref_name }}_macos.zip minerva_author_${{ github.ref_name }}/ -x "*.DS_Store"
- name: Create Release
if: ${{ github.event_name == 'push' }}
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><title>Minerva Author</title><link rel="icon" href="images/favicon.png"><meta charset="UTF-8"><meta http-equiv="Cache-control" content="no-cache"/><meta name="description" content="Minerva Author is an authoring tool used to create Minerva narrated stories via selection of specific channel groupings and image views."><meta name="keywords" content="Minerva, microscopy, multiplexed, immunofluorescence, imaging, OME, LSP"><meta property="og:title" content="Minerva Author"/><meta property="og:type" content="website"/><meta property="og:url" content="https://author.minerva.im"/><meta property="og:image" content="https://author.minerva.im/images/Minerva-Author_HorizLogo_RGB.svg"/><script defer="defer" src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script></head><body><div id="minerva"></div><script src="https://cdn.jsdelivr.net/npm/minerva-author-ui@1.7.7/build/bundle.3dbd266697fca2042e36.js"></script></body></html>
<!doctype html><html><head><title>Minerva Author</title><link rel="icon" href="images/favicon.png"><meta charset="UTF-8"><meta http-equiv="Cache-control" content="no-cache"/><meta name="description" content="Minerva Author is an authoring tool used to create Minerva narrated stories via selection of specific channel groupings and image views."><meta name="keywords" content="Minerva, microscopy, multiplexed, immunofluorescence, imaging, OME, LSP"><meta property="og:title" content="Minerva Author"/><meta property="og:type" content="website"/><meta property="og:url" content="https://author.minerva.im"/><meta property="og:image" content="https://author.minerva.im/images/Minerva-Author_HorizLogo_RGB.svg"/><script defer="defer" src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script></head><body><div id="minerva"></div><script src="https://cdn.jsdelivr.net/npm/minerva-author-ui@1.7.8/build/bundle.8cdb341a765886567cfe.js"></script></body></html>

0 comments on commit dd53927

Please sign in to comment.