Skip to content

Commit

Permalink
Fixed build #15
Browse files Browse the repository at this point in the history
Fixed routing issue
Prepare release
  • Loading branch information
ruudboon committed Jul 13, 2020
1 parent 7e24484 commit 1b94add
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Tally Blaster",
"description": "Tally for vMix using wifi. Creates an AP to configure the local wifi, vMix host and tally number.",
"license": "BSD-3-Clause",
"version": "0.3.1",
"version": "0.3.2",
"author": {
"name": "Ruud Boon",
"email": "[email protected]",
Expand Down
1 change: 0 additions & 1 deletion app/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Vue.use(VueRouter)
]

const router = new VueRouter({
mode: 'history',
base: process.env.BASE_URL,
routes
})
Expand Down
2 changes: 1 addition & 1 deletion vmix-tally/vmix-tally.ino
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define STATUS_UPGRADE 6

#define CONFIG_FILENAME "/tally-config.cfg"
#define VERSION "0.3.1"
#define VERSION "0.3.2"

// optional arguments fuction need to be defined
void setLedColor(uint32_t color, bool ignoreDisabledLeds=false);
Expand Down

0 comments on commit 1b94add

Please sign in to comment.