Skip to content

Commit

Permalink
fetching happ and ui from remote source, renaming release branch, rem…
Browse files Browse the repository at this point in the history
…oving menu in profile window
  • Loading branch information
matthme committed Oct 10, 2023
1 parent c95b91d commit 0a5b429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-codesigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "publish"
on:
push:
branches:
- release-codesigned
- release-codesigned-tesing-sidecar

jobs:
publish-tauri:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"kangaroo": "npm run dist && npm run tauri build",
"dist": "rimraf ./dist && extract-zip ./pouch/ui.zip ./dist && cpy ./src-tauri/assets/ ./dist/kangaroo_assets --flat",
"tauri": "tauri"
"tauri": "tauri",
"prepare": "curl -L --output pouch/hc-stress-test.happ https://drive.switch.ch/index.php/s/ZT4dXxnW9dLMWdr/download && curl -L --output ./pouch/ui.zip https://drive.switch.ch/index.php/s/ufeiI1thysVTwn2/download"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.2",
Expand Down
1 change: 0 additions & 1 deletion src-tauri/src/commands/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub fn open_profile_settings(
"change_profile",
tauri::WindowUrl::App(std::path::PathBuf::from("kangaroo_assets").join("profiles.html"))
).title("Change Profile")
.menu(build_menu())
.inner_size(580.0, 400.0)
.center()
.minimizable(false)
Expand Down

0 comments on commit 0a5b429

Please sign in to comment.