fix pack_assets.sh
This commit is contained in:
parent
070293b1d7
commit
b9f4e86a43
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
rm -fr data.tar.zst | true
|
||||
tar -I 'zstd --ultra -22' -cf data.tar.zst assets/*.*
|
||||
cd assets
|
||||
tar -I 'zstd --ultra -22' -cf ../data.tar.zst *.*
|
||||
@ -425,7 +425,7 @@ impl epi::App for MathApp {
|
||||
fn setup(&mut self, _ctx: &Context, _frame: &Frame, _storage: Option<&dyn Storage>) {
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
stop_loading();
|
||||
log_helper("Initialized.");
|
||||
log_helper("egui app initialized.");
|
||||
}
|
||||
|
||||
// Called each time the UI needs repainting, which may be many times per second.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user