mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
1cf1037c93
* Started refactoring redux stores * Oh God huge refactor here * Sync contenst updates and nested folders * Fixed render tests * A bunch of tweaks
7 lines
156 B
Bash
7 lines
156 B
Bash
#!/bin/bash
|
|
|
|
APP_VERSION=$(node -e "console.log(require('./build/package.json').version)")
|
|
HASH=$(md5 ./dist/insomnia-*.deb)
|
|
|
|
echo "$HASH for $APP_VERSION"
|