Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
a28292a2
Commit
a28292a2
authored
Feb 08, 2018
by
Sietse Ringers
Browse files
Add update function to copy irma_configuration out of assets
parent
aae22efc
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/updates.go
View file @
a28292a2
...
...
@@ -67,6 +67,11 @@ var clientUpdates = []func(client *Client) error{
}
return
client
.
storage
.
StorePreferences
(
client
.
Preferences
)
},
// Copy new irma_configuration out of assets
func
(
client
*
Client
)
(
err
error
)
{
return
client
.
Configuration
.
CopyFromAssets
(
true
)
},
}
// update performs any function from clientUpdates that has not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment