- Moved the resource URL inside the QML app
- Updated local path for all the platforms - Fixed local path creation problem on Linux
This commit is contained in:
@@ -17,6 +17,9 @@ Rectangle {
|
||||
PropertyChanges {
|
||||
target: wagic; visible: false
|
||||
}
|
||||
PropertyChanges {
|
||||
target:fileDownloader; url: "http://wagic.googlecode.com/files/core_017.zip"
|
||||
}
|
||||
},
|
||||
State {
|
||||
name: "NORMAL"
|
||||
|
||||
Reference in New Issue
Block a user