Compare commits
No commits in common. "c9a5eada5e6de82c403e79c5e74f0c928c86df9a" and "908ca1d7693636dc094f678bd3478cfd8324b1dc" have entirely different histories.
c9a5eada5e
...
908ca1d769
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf dist/windows
|
||||
mv package dist/windows
|
||||
|
||||
butler push dist/linux ruin/lull:linux
|
||||
butler push dist/windows ruin/lull:windows
|
||||
butler push dist/sounds ruin/lull:sounds
|
||||
|
|
|
@ -234,11 +234,9 @@ fn build_ui(application: >k::Application) {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
#[cfg(target_os = "windows")] {
|
||||
// instantiate rodio before gtk and don't do anything with it
|
||||
// this is silly but it's the easiest way to prevent cpal crashing on windows
|
||||
rodio::default_output_device().unwrap();
|
||||
}
|
||||
// instantiate rodio before gtk and don't do anything with it
|
||||
// this is silly but it's the easiest way to prevent cpal crashing on windows
|
||||
rodio::default_output_device().unwrap();
|
||||
|
||||
let application = gtk::Application::new(
|
||||
Some("dev.tinybird.max.lull"),
|
||||
|
|
10
windows.sh
10
windows.sh
|
@ -4,13 +4,3 @@ export PKG_CONFIG_ALLOW_CROSS=1
|
|||
export PKG_CONFIG_PATH=/usr/i686-w64-mingw32/lib/pkgconfig
|
||||
rm -rf package
|
||||
docker start lull-build-3 -ai | less
|
||||
|
||||
# gtk icons to keep:
|
||||
# Adwaita/16x16/ui/window-*
|
||||
# Adwaita/24x24/ui/window-*
|
||||
# Adwaita/48x48/ui/window-*
|
||||
# Adwaita/64x64/ui/window-*
|
||||
# Adwaita/96x96/ui/window-*
|
||||
# Adwaita/scalable/ui/window-*
|
||||
# Adwaita/cursors
|
||||
# (are all of these sizes necessary?)
|
||||
|
|
Loading…
Reference in New Issue